Html Css Color HEX #27137F Persian Indigo

📋 copy color: '#27137F'

red 39 ◦ green 19 ◦ blue 127

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

Shades of Persian Indigo #27137F

Tints of Persian Indigo #27137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.27%

 BLUE value IS 127 (50% from 255) = 68.65%

R = 21.08%
G = 10.27%
B = 68.65%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#27137F (or 0x27137F) is known color: Persian Indigo. HEX triplet: 27, 13 and 7F. RGB value is (39,19,127). Sum of RGB (Red+Green+Blue) = 39+19+127=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 127 (50% from 255 or 68.65% from 185); Max value from RGB is 127 - color contains mainly: blue. Hex color #27137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27137F is #D8EC80. Grayscale: #242424. Windows color (decimal): -14216321 or 8327975. OLE color: 8327975.

HSL color Cylindrical-coordinate representation of color #27137F: hue angle of 251.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27137F is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 39 19 127 -
CMYK 0.69 0.85 0 0.50
HSL 251.11º 0.74% 0.29% -
HSV(B) 251.11º 0.85% 0.5% -
XYZ 4.9 2.43 20.29 -
YUV 37.29 178.63 129.22 -
System Red Green Blue C M Y K H S L
Decimal 39 19 127 0.69 0.85 0 0.50 251.11 0.74 0.29
Hex 27 13 7F 45 55 0 32 FB 4A 1D
Octal 47 23 177 105 125 0 62 373 112 35
Binary 100111 10011 1111111 1000101 1010101 0 110010 11111011 1001010 11101

Color Harmonies of #27137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27137F

Black with #27137F

Text Example


Text Example

White with #27137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,19,127); }

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

background-color css

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

 a { background-color: rgb(39,19,127); }

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

border-color css

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

 span { border-color: rgb(39,19,127); }

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