Html Css Color HEX #260D68 Persian Indigo

📋 copy color: '#260D68'

red 38 ◦ green 13 ◦ blue 104

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

Shades of Persian Indigo #260D68

Tints of Persian Indigo #260D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 67.1%

R = 24.52%
G = 8.39%
B = 67.1%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#260D68 (or 0x260D68) is known color: Persian Indigo. HEX triplet: 26, 0D and 68. RGB value is (38,13,104). Sum of RGB (Red+Green+Blue) = 38+13+104=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #260D68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260D68 is #D9F297. Grayscale: #1E1E1E. Windows color (decimal): -14283416 or 6819110. OLE color: 6819110.

HSL color Cylindrical-coordinate representation of color #260D68: hue angle of 256.48º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #260D68 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 13 104 -
CMYK 0.63 0.88 0 0.59
HSL 256.48º 0.78% 0.23% -
HSV(B) 256.48º 0.88% 0.41% -
XYZ 3.44 1.7 13.24 -
YUV 30.85 169.28 133.1 -
System Red Green Blue C M Y K H S L
Decimal 38 13 104 0.63 0.88 0 0.59 256.48 0.78 0.23
Hex 26 D 68 3F 58 0 3B 100 4E 17
Octal 46 15 150 77 130 0 73 400 116 27
Binary 100110 1101 1101000 111111 1011000 0 111011 100000000 1001110 10111

Color Harmonies of #260D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260D68

Black with #260D68

Text Example


Text Example

White with #260D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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