Html Css Color HEX #27176F Persian Indigo

📋 copy color: '#27176F'

red 39 ◦ green 23 ◦ blue 111

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

Shades of Persian Indigo #27176F

Tints of Persian Indigo #27176F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.29%

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

R = 22.54%
G = 13.29%
B = 64.16%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#27176F (or 0x27176F) is known color: Persian Indigo. HEX triplet: 27, 17 and 6F. RGB value is (39,23,111). Sum of RGB (Red+Green+Blue) = 39+23+111=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 111 (43.75% from 255 or 64.16% from 173); Max value from RGB is 111 - color contains mainly: blue. Hex color #27176F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27176F is #D8E890. Grayscale: #252525. Windows color (decimal): -14215313 or 7280423. OLE color: 7280423.

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

Color convert

RGB 39 23 111 -
CMYK 0.65 0.79 0 0.56
HSL 250.91º 0.66% 0.26% -
HSV(B) 250.91º 0.79% 0.44% -
XYZ 4.01 2.19 15.25 -
YUV 37.82 169.3 128.84 -
System Red Green Blue C M Y K H S L
Decimal 39 23 111 0.65 0.79 0 0.56 250.91 0.66 0.26
Hex 27 17 6F 41 4F 0 38 FB 42 1A
Octal 47 27 157 101 117 0 70 373 102 32
Binary 100111 10111 1101111 1000001 1001111 0 111000 11111011 1000010 11010

Color Harmonies of #27176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27176F

Black with #27176F

Text Example


Text Example

White with #27176F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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