Html Css Color HEX #260F87 Persian Indigo

📋 copy color: '#260F87'

red 38 ◦ green 15 ◦ blue 135

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

Shades of Persian Indigo #260F87

Tints of Persian Indigo #260F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 71.81%

R = 20.21%
G = 7.98%
B = 71.81%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#260F87 (or 0x260F87) is known color: Persian Indigo. HEX triplet: 26, 0F and 87. RGB value is (38,15,135). Sum of RGB (Red+Green+Blue) = 38+15+135=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 135 (53.12% from 255 or 71.81% from 188); Max value from RGB is 135 - color contains mainly: blue. Hex color #260F87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260F87 is #D9F078. Grayscale: #232323. Windows color (decimal): -14282873 or 8851238. OLE color: 8851238.

HSL color Cylindrical-coordinate representation of color #260F87: hue angle of 251.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #260F87 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 15 135 -
CMYK 0.72 0.89 0 0.47
HSL 251.5º 0.8% 0.29% -
HSV(B) 251.5º 0.89% 0.53% -
XYZ 5.34 2.5 23.12 -
YUV 35.56 184.12 129.74 -
System Red Green Blue C M Y K H S L
Decimal 38 15 135 0.72 0.89 0 0.47 251.5 0.8 0.29
Hex 26 F 87 48 59 0 2F FC 50 1D
Octal 46 17 207 110 131 0 57 374 120 35
Binary 100110 1111 10000111 1001000 1011001 0 101111 11111100 1010000 11101

Color Harmonies of #260F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260F87

Black with #260F87

Text Example


Text Example

White with #260F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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