Html Css Color HEX #260E64 Persian Indigo

📋 copy color: '#260E64'

red 38 ◦ green 14 ◦ blue 100

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

Shades of Persian Indigo #260E64

Tints of Persian Indigo #260E64

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.21%

 BLUE value IS 100 (39.45% from 255) = 65.79%

R = 25%
G = 9.21%
B = 65.79%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#260E64 (or 0x260E64) is known color: Persian Indigo. HEX triplet: 26, 0E and 64. RGB value is (38,14,100). Sum of RGB (Red+Green+Blue) = 38+14+100=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 100 (39.45% from 255 or 65.79% from 152); Max value from RGB is 100 - color contains mainly: blue. Hex color #260E64 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260E64 is #D9F19B. Grayscale: #1E1E1E. Windows color (decimal): -14283164 or 6557222. OLE color: 6557222.

HSL color Cylindrical-coordinate representation of color #260E64: hue angle of 256.74º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #260E64 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 38 14 100 -
CMYK 0.62 0.86 0 0.61
HSL 256.74º 0.75% 0.22% -
HSV(B) 256.74º 0.86% 0.39% -
XYZ 3.26 1.65 12.2 -
YUV 30.98 166.95 133.01 -
System Red Green Blue C M Y K H S L
Decimal 38 14 100 0.62 0.86 0 0.61 256.74 0.75 0.22
Hex 26 E 64 3E 56 0 3D 101 4B 16
Octal 46 16 144 76 126 0 75 401 113 26
Binary 100110 1110 1100100 111110 1010110 0 111101 100000001 1001011 10110

Color Harmonies of #260E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260E64

Black with #260E64

Text Example


Text Example

White with #260E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,14,100); }

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

background-color css

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

 a { background-color: rgb(38,14,100); }

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

border-color css

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

 span { border-color: rgb(38,14,100); }

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