Html Css Color HEX #260D6E Persian Indigo

📋 copy color: '#260D6E'

red 38 ◦ green 13 ◦ blue 110

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

Shades of Persian Indigo #260D6E

Tints of Persian Indigo #260D6E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.07%

 BLUE value IS 110 (43.36% from 255) = 68.32%

R = 23.6%
G = 8.07%
B = 68.32%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#260D6E (or 0x260D6E) is known color: Persian Indigo. HEX triplet: 26, 0D and 6E. RGB value is (38,13,110). Sum of RGB (Red+Green+Blue) = 38+13+110=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 110 (43.36% from 255 or 68.32% from 161); Max value from RGB is 110 - color contains mainly: blue. Hex color #260D6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260D6E is #D9F291. Grayscale: #1F1F1F. Windows color (decimal): -14283410 or 7212326. OLE color: 7212326.

HSL color Cylindrical-coordinate representation of color #260D6E: hue angle of 255.46º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #260D6E is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 38 13 110 -
CMYK 0.65 0.88 0 0.57
HSL 255.46º 0.79% 0.24% -
HSV(B) 255.46º 0.88% 0.43% -
XYZ 3.76 1.83 14.91 -
YUV 31.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 38 13 110 0.65 0.88 0 0.57 255.46 0.79 0.24
Hex 26 D 6E 41 58 0 39 FF 4F 18
Octal 46 15 156 101 130 0 71 377 117 30
Binary 100110 1101 1101110 1000001 1011000 0 111001 11111111 1001111 11000

Color Harmonies of #260D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260D6E

Black with #260D6E

Text Example


Text Example

White with #260D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,13,110); }

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

background-color css

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

 a { background-color: rgb(38,13,110); }

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

border-color css

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

 span { border-color: rgb(38,13,110); }

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