Html Css Color HEX #260F74 Persian Indigo

📋 copy color: '#260F74'

red 38 ◦ green 15 ◦ blue 116

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

Shades of Persian Indigo #260F74

Tints of Persian Indigo #260F74

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.88%

 BLUE value IS 116 (45.7% from 255) = 68.64%

R = 22.49%
G = 8.88%
B = 68.64%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#260F74 (or 0x260F74) is known color: Persian Indigo. HEX triplet: 26, 0F and 74. RGB value is (38,15,116). Sum of RGB (Red+Green+Blue) = 38+15+116=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 116 (45.70% from 255 or 68.64% from 169); Max value from RGB is 116 - color contains mainly: blue. Hex color #260F74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260F74 is #D9F08B. Grayscale: #212121. Windows color (decimal): -14282892 or 7606054. OLE color: 7606054.

HSL color Cylindrical-coordinate representation of color #260F74: hue angle of 253.66º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #260F74 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 15 116 -
CMYK 0.67 0.87 0 0.55
HSL 253.66º 0.77% 0.26% -
HSV(B) 253.66º 0.87% 0.45% -
XYZ 4.12 2.01 16.69 -
YUV 33.39 174.62 131.29 -
System Red Green Blue C M Y K H S L
Decimal 38 15 116 0.67 0.87 0 0.55 253.66 0.77 0.26
Hex 26 F 74 43 57 0 37 FE 4D 1A
Octal 46 17 164 103 127 0 67 376 115 32
Binary 100110 1111 1110100 1000011 1010111 0 110111 11111110 1001101 11010

Color Harmonies of #260F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260F74

Black with #260F74

Text Example


Text Example

White with #260F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260F74; }

 p { color: rgb(38,15,116); }

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

background-color css

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

 a { background-color: rgb(38,15,116); }

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

border-color css

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

 span { border-color: rgb(38,15,116); }

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