Html Css Color HEX #260D66 Persian Indigo

📋 copy color: '#260D66'

red 38 ◦ green 13 ◦ blue 102

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

Shades of Persian Indigo #260D66

Tints of Persian Indigo #260D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 66.67%

R = 24.84%
G = 8.5%
B = 66.67%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#260D66 (or 0x260D66) is known color: Persian Indigo. HEX triplet: 26, 0D and 66. RGB value is (38,13,102). Sum of RGB (Red+Green+Blue) = 38+13+102=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 102 (40.23% from 255 or 66.67% from 153); Max value from RGB is 102 - color contains mainly: blue. Hex color #260D66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260D66 is #D9F299. Grayscale: #1E1E1E. Windows color (decimal): -14283418 or 6688038. OLE color: 6688038.

HSL color Cylindrical-coordinate representation of color #260D66: hue angle of 256.85º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #260D66 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 13 102 -
CMYK 0.63 0.87 0 0.6
HSL 256.85º 0.77% 0.23% -
HSV(B) 256.85º 0.87% 0.4% -
XYZ 3.34 1.66 12.71 -
YUV 30.62 168.28 133.26 -
System Red Green Blue C M Y K H S L
Decimal 38 13 102 0.63 0.87 0 0.6 256.85 0.77 0.23
Hex 26 D 66 3F 57 0 3C 101 4D 17
Octal 46 15 146 77 127 0 74 401 115 27
Binary 100110 1101 1100110 111111 1010111 0 111100 100000001 1001101 10111

Color Harmonies of #260D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260D66

Black with #260D66

Text Example


Text Example

White with #260D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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