Html Css Color HEX #27076C Persian Indigo

📋 copy color: '#27076C'

red 39 ◦ green 7 ◦ blue 108

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

Shades of Persian Indigo #27076C

Tints of Persian Indigo #27076C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.55%

 BLUE value IS 108 (42.58% from 255) = 70.13%

R = 25.32%
G = 4.55%
B = 70.13%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#27076C (or 0x27076C) is known color: Persian Indigo. HEX triplet: 27, 07 and 6C. RGB value is (39,7,108). Sum of RGB (Red+Green+Blue) = 39+7+108=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 108 (42.58% from 255 or 70.13% from 154); Max value from RGB is 108 - color contains mainly: blue. Hex color #27076C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27076C is #D8F893. Grayscale: #1B1B1B. Windows color (decimal): -14219412 or 7079719. OLE color: 7079719.

HSL color Cylindrical-coordinate representation of color #27076C: hue angle of 259.01º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #27076C is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 39 7 108 -
CMYK 0.64 0.94 0 0.58
HSL 259.01º 0.88% 0.23% -
HSV(B) 259.01º 0.94% 0.42% -
XYZ 3.62 1.67 14.32 -
YUV 28.08 173.1 135.79 -
System Red Green Blue C M Y K H S L
Decimal 39 7 108 0.64 0.94 0 0.58 259.01 0.88 0.23
Hex 27 7 6C 40 5E 0 3A 103 58 17
Octal 47 7 154 100 136 0 72 403 130 27
Binary 100111 111 1101100 1000000 1011110 0 111010 100000011 1011000 10111

Color Harmonies of #27076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27076C

Black with #27076C

Text Example


Text Example

White with #27076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27076C; }

 p { color: rgb(39,7,108); }

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

background-color css

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

 a { background-color: rgb(39,7,108); }

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

border-color css

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

 span { border-color: rgb(39,7,108); }

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