Html Css Color HEX #270076 Persian Indigo

📋 copy color: '#270076'

red 39 ◦ green 0 ◦ blue 118

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

Shades of Persian Indigo #270076

Tints of Persian Indigo #270076

RGB

 RED value IS 39 (15.63% from 255) = 24.84%

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

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

R = 24.84%
G = 0%
B = 75.16%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#270076 (or 0x270076) is known color: Persian Indigo. HEX triplet: 27, 00 and 76. RGB value is (39,0,118). Sum of RGB (Red+Green+Blue) = 39+0+118=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 118 (46.48% from 255 or 75.16% from 157); Max value from RGB is 118 - color contains mainly: blue. Hex color #270076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270076 is #D8FF89. Grayscale: #181818. Windows color (decimal): -14221194 or 7733287. OLE color: 7733287.

HSL color Cylindrical-coordinate representation of color #270076: hue angle of 259.83º 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 #270076 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 0 118 -
CMYK 0.67 1 0 0.54
HSL 259.83º 1% 0.23% -
HSV(B) 259.83º 1% 0.46% -
XYZ 4.11 1.74 17.26 -
YUV 25.11 180.42 137.91 -
System Red Green Blue C M Y K H S L
Decimal 39 0 118 0.67 1 0 0.54 259.83 1 0.23
Hex 27 0 76 43 64 0 36 104 64 17
Octal 47 0 166 103 144 0 66 404 144 27
Binary 100111 0 1110110 1000011 1100100 0 110110 100000100 1100100 10111

Color Harmonies of #270076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270076

Black with #270076

Text Example


Text Example

White with #270076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270076; }

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

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

background-color css

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

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

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

border-color css

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

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

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