Html Css Color HEX #27096F Persian Indigo

📋 copy color: '#27096F'

red 39 ◦ green 9 ◦ blue 111

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

Shades of Persian Indigo #27096F

Tints of Persian Indigo #27096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.66%

 BLUE value IS 111 (43.75% from 255) = 69.81%

R = 24.53%
G = 5.66%
B = 69.81%

CMYK

 C value IS 0.65

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#27096F (or 0x27096F) is known color: Persian Indigo. HEX triplet: 27, 09 and 6F. RGB value is (39,9,111). Sum of RGB (Red+Green+Blue) = 39+9+111=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 111 (43.75% from 255 or 69.81% from 159); Max value from RGB is 111 - color contains mainly: blue. Hex color #27096F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27096F is #D8F690. Grayscale: #1D1D1D. Windows color (decimal): -14218897 or 7276839. OLE color: 7276839.

HSL color Cylindrical-coordinate representation of color #27096F: hue angle of 257.65º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #27096F is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 9 111 -
CMYK 0.65 0.92 0 0.56
HSL 257.65º 0.85% 0.24% -
HSV(B) 257.65º 0.92% 0.44% -
XYZ 3.8 1.77 15.18 -
YUV 29.6 173.94 134.71 -
System Red Green Blue C M Y K H S L
Decimal 39 9 111 0.65 0.92 0 0.56 257.65 0.85 0.24
Hex 27 9 6F 41 5C 0 38 102 55 18
Octal 47 11 157 101 134 0 70 402 125 30
Binary 100111 1001 1101111 1000001 1011100 0 111000 100000010 1010101 11000

Color Harmonies of #27096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27096F

Black with #27096F

Text Example


Text Example

White with #27096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27096F; }

 p { color: rgb(39,9,111); }

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

background-color css

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

 a { background-color: rgb(39,9,111); }

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

border-color css

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

 span { border-color: rgb(39,9,111); }

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