Html Css Color HEX #27137C Persian Indigo

📋 copy color: '#27137C'

red 39 ◦ green 19 ◦ blue 124

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

Shades of Persian Indigo #27137C

Tints of Persian Indigo #27137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 68.13%

R = 21.43%
G = 10.44%
B = 68.13%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#27137C (or 0x27137C) is known color: Persian Indigo. HEX triplet: 27, 13 and 7C. RGB value is (39,19,124). Sum of RGB (Red+Green+Blue) = 39+19+124=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 124 (48.83% from 255 or 68.13% from 182); Max value from RGB is 124 - color contains mainly: blue. Hex color #27137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27137C is #D8EC83. Grayscale: #242424. Windows color (decimal): -14216324 or 8131367. OLE color: 8131367.

HSL color Cylindrical-coordinate representation of color #27137C: hue angle of 251.43º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27137C is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 39 19 124 -
CMYK 0.69 0.85 0 0.51
HSL 251.43º 0.73% 0.28% -
HSV(B) 251.43º 0.85% 0.49% -
XYZ 4.71 2.35 19.27 -
YUV 36.95 177.13 129.46 -
System Red Green Blue C M Y K H S L
Decimal 39 19 124 0.69 0.85 0 0.51 251.43 0.73 0.28
Hex 27 13 7C 45 55 0 33 FB 49 1C
Octal 47 23 174 105 125 0 63 373 111 34
Binary 100111 10011 1111100 1000101 1010101 0 110011 11111011 1001001 11100

Color Harmonies of #27137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27137C

Black with #27137C

Text Example


Text Example

White with #27137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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