Html Css Color HEX #260D86 Persian Indigo

📋 copy color: '#260D86'

red 38 ◦ green 13 ◦ blue 134

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

Shades of Persian Indigo #260D86

Tints of Persian Indigo #260D86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 72.43%

R = 20.54%
G = 7.03%
B = 72.43%

CMYK

 C value IS 0.72

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#260D86 (or 0x260D86) is known color: Persian Indigo. HEX triplet: 26, 0D and 86. RGB value is (38,13,134). Sum of RGB (Red+Green+Blue) = 38+13+134=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 134 (52.73% from 255 or 72.43% from 185); Max value from RGB is 134 - color contains mainly: blue. Hex color #260D86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260D86 is #D9F279. Grayscale: #212121. Windows color (decimal): -14283386 or 8785190. OLE color: 8785190.

HSL color Cylindrical-coordinate representation of color #260D86: hue angle of 252.4º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #260D86 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 13 134 -
CMYK 0.72 0.90 0 0.47
HSL 252.4º 0.82% 0.29% -
HSV(B) 252.4º 0.9% 0.53% -
XYZ 5.25 2.42 22.75 -
YUV 34.27 184.28 130.66 -
System Red Green Blue C M Y K H S L
Decimal 38 13 134 0.72 0.90 0 0.47 252.4 0.82 0.29
Hex 26 D 86 48 5A 0 2F FC 52 1D
Octal 46 15 206 110 132 0 57 374 122 35
Binary 100110 1101 10000110 1001000 1011010 0 101111 11111100 1010010 11101

Color Harmonies of #260D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260D86

Black with #260D86

Text Example


Text Example

White with #260D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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