Html Css Color HEX #260B89 Persian Indigo

📋 copy color: '#260B89'

red 38 ◦ green 11 ◦ blue 137

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

Shades of Persian Indigo #260B89

Tints of Persian Indigo #260B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 73.66%

R = 20.43%
G = 5.91%
B = 73.66%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#260B89 (or 0x260B89) is known color: Persian Indigo. HEX triplet: 26, 0B and 89. RGB value is (38,11,137). Sum of RGB (Red+Green+Blue) = 38+11+137=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 137 (53.91% from 255 or 73.66% from 186); Max value from RGB is 137 - color contains mainly: blue. Hex color #260B89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260B89 is #D9F476. Grayscale: #202020. Windows color (decimal): -14283895 or 8981286. OLE color: 8981286.

HSL color Cylindrical-coordinate representation of color #260B89: hue angle of 252.86º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260B89 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 11 137 -
CMYK 0.72 0.92 0 0.46
HSL 252.86º 0.85% 0.29% -
HSV(B) 252.86º 0.92% 0.54% -
XYZ 5.43 2.46 23.85 -
YUV 33.44 186.45 131.25 -
System Red Green Blue C M Y K H S L
Decimal 38 11 137 0.72 0.92 0 0.46 252.86 0.85 0.29
Hex 26 B 89 48 5C 0 2E FD 55 1D
Octal 46 13 211 110 134 0 56 375 125 35
Binary 100110 1011 10001001 1001000 1011100 0 101110 11111101 1010101 11101

Color Harmonies of #260B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260B89

Black with #260B89

Text Example


Text Example

White with #260B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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