Html Css Color HEX #260077 Persian Indigo

📋 copy color: '#260077'

red 38 ◦ green 0 ◦ blue 119

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

Shades of Persian Indigo #260077

Tints of Persian Indigo #260077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 75.8%

R = 24.2%
G = 0%
B = 75.8%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#260077 (or 0x260077) is known color: Persian Indigo. HEX triplet: 26, 00 and 77. RGB value is (38,0,119). Sum of RGB (Red+Green+Blue) = 38+0+119=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 119 (46.88% from 255 or 75.80% from 157); Max value from RGB is 119 - color contains mainly: blue. Hex color #260077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260077 is #D9FF88. Grayscale: #181818. Windows color (decimal): -14286729 or 7798822. OLE color: 7798822.

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

Color convert

RGB 38 0 119 -
CMYK 0.68 1 0 0.53
HSL 259.16º 1% 0.23% -
HSV(B) 259.16º 1% 0.47% -
XYZ 4.13 1.74 17.57 -
YUV 24.93 181.09 137.32 -
System Red Green Blue C M Y K H S L
Decimal 38 0 119 0.68 1 0 0.53 259.16 1 0.23
Hex 26 0 77 44 64 0 35 103 64 17
Octal 46 0 167 104 144 0 65 403 144 27
Binary 100110 0 1110111 1000100 1100100 0 110101 100000011 1100100 10111

Color Harmonies of #260077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260077

Black with #260077

Text Example


Text Example

White with #260077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260077; }

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

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

background-color css

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

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

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

border-color css

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

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

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