Html Css Color HEX #27197C Persian Indigo

📋 copy color: '#27197C'

red 39 ◦ green 25 ◦ blue 124

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

Shades of Persian Indigo #27197C

Tints of Persian Indigo #27197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.3%

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

R = 20.74%
G = 13.3%
B = 65.96%

CMYK

 C value IS 0.69

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#27197C (or 0x27197C) is known color: Persian Indigo. HEX triplet: 27, 19 and 7C. RGB value is (39,25,124). Sum of RGB (Red+Green+Blue) = 39+25+124=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 124 (48.83% from 255 or 65.96% from 188); Max value from RGB is 124 - color contains mainly: blue. Hex color #27197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27197C is #D8E683. Grayscale: #282828. Windows color (decimal): -14214788 or 8132903. OLE color: 8132903.

HSL color Cylindrical-coordinate representation of color #27197C: hue angle of 248.48º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27197C is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 39 25 124 -
CMYK 0.69 0.80 0 0.51
HSL 248.48º 0.66% 0.29% -
HSV(B) 248.48º 0.8% 0.49% -
XYZ 4.82 2.58 19.31 -
YUV 40.47 175.14 126.95 -
System Red Green Blue C M Y K H S L
Decimal 39 25 124 0.69 0.80 0 0.51 248.48 0.66 0.29
Hex 27 19 7C 45 50 0 33 F8 42 1D
Octal 47 31 174 105 120 0 63 370 102 35
Binary 100111 11001 1111100 1000101 1010000 0 110011 11111000 1000010 11101

Color Harmonies of #27197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27197C

Black with #27197C

Text Example


Text Example

White with #27197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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