Html Css Color HEX #260B62 Persian Indigo

📋 copy color: '#260B62'

red 38 ◦ green 11 ◦ blue 98

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

Shades of Persian Indigo #260B62

Tints of Persian Indigo #260B62

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.48%

 BLUE value IS 98 (38.67% from 255) = 66.67%

R = 25.85%
G = 7.48%
B = 66.67%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#260B62 (or 0x260B62) is known color: Persian Indigo. HEX triplet: 26, 0B and 62. RGB value is (38,11,98). Sum of RGB (Red+Green+Blue) = 38+11+98=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 98 (38.67% from 255 or 66.67% from 147); Max value from RGB is 98 - color contains mainly: blue. Hex color #260B62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260B62 is #D9F49D. Grayscale: #1C1C1C. Windows color (decimal): -14283934 or 6425382. OLE color: 6425382.

HSL color Cylindrical-coordinate representation of color #260B62: hue angle of 258.62º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #260B62 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 11 98 -
CMYK 0.61 0.89 0 0.62
HSL 258.62º 0.8% 0.21% -
HSV(B) 258.62º 0.89% 0.38% -
XYZ 3.12 1.53 11.69 -
YUV 28.99 166.95 134.43 -
System Red Green Blue C M Y K H S L
Decimal 38 11 98 0.61 0.89 0 0.62 258.62 0.8 0.21
Hex 26 B 62 3D 59 0 3E 103 50 15
Octal 46 13 142 75 131 0 76 403 120 25
Binary 100110 1011 1100010 111101 1011001 0 111110 100000011 1010000 10101

Color Harmonies of #260B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260B62

Black with #260B62

Text Example


Text Example

White with #260B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,11,98); }

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

background-color css

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

 a { background-color: rgb(38,11,98); }

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

border-color css

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

 span { border-color: rgb(38,11,98); }

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