Html Css Color HEX #260076 Persian Indigo

📋 copy color: '#260076'

red 38 ◦ green 0 ◦ blue 118

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

Shades of Persian Indigo #260076

Tints of Persian Indigo #260076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 118 (46.48% from 255) = 75.64%

R = 24.36%
G = 0%
B = 75.64%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#260076 (or 0x260076) is known color: Persian Indigo. HEX triplet: 26, 00 and 76. RGB value is (38,0,118). Sum of RGB (Red+Green+Blue) = 38+0+118=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 118 (46.48% from 255 or 75.64% from 156); Max value from RGB is 118 - color contains mainly: blue. Hex color #260076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260076 is #D9FF89. Grayscale: #181818. Windows color (decimal): -14286730 or 7733286. OLE color: 7733286.

HSL color Cylindrical-coordinate representation of color #260076: hue angle of 259.32º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260076 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 0 118 -
CMYK 0.68 1 0 0.54
HSL 259.32º 1% 0.23% -
HSV(B) 259.32º 1% 0.46% -
XYZ 4.07 1.72 17.26 -
YUV 24.81 180.59 137.41 -
System Red Green Blue C M Y K H S L
Decimal 38 0 118 0.68 1 0 0.54 259.32 1 0.23
Hex 26 0 76 44 64 0 36 103 64 17
Octal 46 0 166 104 144 0 66 403 144 27
Binary 100110 0 1110110 1000100 1100100 0 110110 100000011 1100100 10111

Color Harmonies of #260076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260076

Black with #260076

Text Example


Text Example

White with #260076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260076; }

 p { color: rgb(38,0,118); }

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

background-color css

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

 a { background-color: rgb(38,0,118); }

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

border-color css

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

 span { border-color: rgb(38,0,118); }

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