Html Css Color HEX #27166D Persian Indigo

📋 copy color: '#27166D'

red 39 ◦ green 22 ◦ blue 109

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

Shades of Persian Indigo #27166D

Tints of Persian Indigo #27166D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.94%

 BLUE value IS 109 (42.97% from 255) = 64.12%

R = 22.94%
G = 12.94%
B = 64.12%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#27166D (or 0x27166D) is known color: Persian Indigo. HEX triplet: 27, 16 and 6D. RGB value is (39,22,109). Sum of RGB (Red+Green+Blue) = 39+22+109=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 109 (42.97% from 255 or 64.12% from 170); Max value from RGB is 109 - color contains mainly: blue. Hex color #27166D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27166D is #D8E992. Grayscale: #242424. Windows color (decimal): -14215571 or 7149095. OLE color: 7149095.

HSL color Cylindrical-coordinate representation of color #27166D: hue angle of 251.72º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27166D is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 39 22 109 -
CMYK 0.64 0.80 0 0.57
HSL 251.72º 0.66% 0.26% -
HSV(B) 251.72º 0.8% 0.43% -
XYZ 3.88 2.11 14.67 -
YUV 37 168.63 129.43 -
System Red Green Blue C M Y K H S L
Decimal 39 22 109 0.64 0.80 0 0.57 251.72 0.66 0.26
Hex 27 16 6D 40 50 0 39 FC 42 1A
Octal 47 26 155 100 120 0 71 374 102 32
Binary 100111 10110 1101101 1000000 1010000 0 111001 11111100 1000010 11010

Color Harmonies of #27166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27166D

Black with #27166D

Text Example


Text Example

White with #27166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27166D; }

 p { color: rgb(39,22,109); }

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

background-color css

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

 a { background-color: rgb(39,22,109); }

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

border-color css

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

 span { border-color: rgb(39,22,109); }

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