Html Css Color HEX #260481 Persian Indigo

📋 copy color: '#260481'

red 38 ◦ green 4 ◦ blue 129

#260481
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #260481

Tints of Persian Indigo #260481

RGB

 RED value IS 38 (15.23% from 255) = 22.22%

 GREEN value IS 4 (1.95% from 255) = 2.34%

 BLUE value IS 129 (50.78% from 255) = 75.44%

R = 22.22%
G = 2.34%
B = 75.44%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#260481 (or 0x260481) is known color: Persian Indigo. HEX triplet: 26, 04 and 81. RGB value is (38,4,129). Sum of RGB (Red+Green+Blue) = 38+4+129=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 129 (50.78% from 255 or 75.44% from 171); Max value from RGB is 129 - color contains mainly: blue. Hex color #260481 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260481 is #D9FB7E. Grayscale: #1B1B1B. Windows color (decimal): -14285695 or 8455206. OLE color: 8455206.

HSL color Cylindrical-coordinate representation of color #260481: hue angle of 256.32º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #260481 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 4 129 -
CMYK 0.71 0.97 0 0.49
HSL 256.32º 0.94% 0.26% -
HSV(B) 256.32º 0.97% 0.51% -
XYZ 4.81 2.08 20.92 -
YUV 28.42 184.76 134.84 -
System Red Green Blue C M Y K H S L
Decimal 38 4 129 0.71 0.97 0 0.49 256.32 0.94 0.26
Hex 26 4 81 47 61 0 31 100 5E 1A
Octal 46 4 201 107 141 0 61 400 136 32
Binary 100110 100 10000001 1000111 1100001 0 110001 100000000 1011110 11010

Color Harmonies of #260481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260481

Black with #260481

Text Example


Text Example

White with #260481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260481; }

 p { color: rgb(38,4,129); }

 H1.HeaderClassName
 {
   color: #260481;
 }
 .AnyTagClassName
 {
   color: #260481;
 }
</style>

background-color css

<style>
 a { background-color: #260481; }

 a { background-color: rgb(38,4,129); }

 div.DivClassName
 {
   background-color: #260481;
 }
 .BgClassName
 {
   background-color: #260481;
 }
</style>

border-color css

<style>
 span { border-color: #260481; }

 span { border-color: rgb(38,4,129); }

 td.TdClassName
 {
   border-color: #260481;
 }
 .TagClassName
 {
   border-color: #260481;
 }
</style>