Html Css Color HEX #260B8A Persian Indigo

📋 copy color: '#260B8A'

red 38 ◦ green 11 ◦ blue 138

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

Shades of Persian Indigo #260B8A

Tints of Persian Indigo #260B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 73.8%

R = 20.32%
G = 5.88%
B = 73.8%

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

#260B8A (or 0x260B8A) is known color: Persian Indigo. HEX triplet: 26, 0B and 8A. RGB value is (38,11,138). Sum of RGB (Red+Green+Blue) = 38+11+138=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 138 (54.30% from 255 or 73.80% from 187); Max value from RGB is 138 - color contains mainly: blue. Hex color #260B8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260B8A is #D9F475. Grayscale: #212121. Windows color (decimal): -14283894 or 9046822. OLE color: 9046822.

HSL color Cylindrical-coordinate representation of color #260B8A: hue angle of 252.76º 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 #260B8A is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 11 138 -
CMYK 0.72 0.92 0 0.46
HSL 252.76º 0.85% 0.29% -
HSV(B) 252.76º 0.92% 0.54% -
XYZ 5.51 2.49 24.23 -
YUV 33.55 186.95 131.17 -
System Red Green Blue C M Y K H S L
Decimal 38 11 138 0.72 0.92 0 0.46 252.76 0.85 0.29
Hex 26 B 8A 48 5C 0 2E FD 55 1D
Octal 46 13 212 110 134 0 56 375 125 35
Binary 100110 1011 10001010 1001000 1011100 0 101110 11111101 1010101 11101

Color Harmonies of #260B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260B8A

Black with #260B8A

Text Example


Text Example

White with #260B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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