Html Css Color HEX #27147C Persian Indigo

📋 copy color: '#27147C'

red 39 ◦ green 20 ◦ blue 124

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

Shades of Persian Indigo #27147C

Tints of Persian Indigo #27147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.93%

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

R = 21.31%
G = 10.93%
B = 67.76%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#27147C (or 0x27147C) is known color: Persian Indigo. HEX triplet: 27, 14 and 7C. RGB value is (39,20,124). Sum of RGB (Red+Green+Blue) = 39+20+124=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 124 (48.83% from 255 or 67.76% from 183); Max value from RGB is 124 - color contains mainly: blue. Hex color #27147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27147C is #D8EB83. Grayscale: #252525. Windows color (decimal): -14216068 or 8131623. OLE color: 8131623.

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

Color convert

RGB 39 20 124 -
CMYK 0.69 0.84 0 0.51
HSL 250.96º 0.72% 0.28% -
HSV(B) 250.96º 0.84% 0.49% -
XYZ 4.72 2.39 19.28 -
YUV 37.54 176.79 129.04 -
System Red Green Blue C M Y K H S L
Decimal 39 20 124 0.69 0.84 0 0.51 250.96 0.72 0.28
Hex 27 14 7C 45 54 0 33 FB 48 1C
Octal 47 24 174 105 124 0 63 373 110 34
Binary 100111 10100 1111100 1000101 1010100 0 110011 11111011 1001000 11100

Color Harmonies of #27147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27147C

Black with #27147C

Text Example


Text Example

White with #27147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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