Html Css Color HEX #260B64 Persian Indigo

📋 copy color: '#260B64'

red 38 ◦ green 11 ◦ blue 100

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

Shades of Persian Indigo #260B64

Tints of Persian Indigo #260B64

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.38%

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

R = 25.5%
G = 7.38%
B = 67.11%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#260B64 (or 0x260B64) is known color: Persian Indigo. HEX triplet: 26, 0B and 64. RGB value is (38,11,100). Sum of RGB (Red+Green+Blue) = 38+11+100=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 100 (39.45% from 255 or 67.11% from 149); Max value from RGB is 100 - color contains mainly: blue. Hex color #260B64 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260B64 is #D9F49B. Grayscale: #1C1C1C. Windows color (decimal): -14283932 or 6556454. OLE color: 6556454.

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

Color convert

RGB 38 11 100 -
CMYK 0.62 0.89 0 0.61
HSL 258.2º 0.8% 0.22% -
HSV(B) 258.2º 0.89% 0.39% -
XYZ 3.22 1.57 12.19 -
YUV 29.22 167.95 134.26 -
System Red Green Blue C M Y K H S L
Decimal 38 11 100 0.62 0.89 0 0.61 258.2 0.8 0.22
Hex 26 B 64 3E 59 0 3D 102 50 16
Octal 46 13 144 76 131 0 75 402 120 26
Binary 100110 1011 1100100 111110 1011001 0 111101 100000010 1010000 10110

Color Harmonies of #260B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260B64

Black with #260B64

Text Example


Text Example

White with #260B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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