Html Css Color HEX #27048C Persian Indigo

📋 copy color: '#27048C'

red 39 ◦ green 4 ◦ blue 140

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

Shades of Persian Indigo #27048C

Tints of Persian Indigo #27048C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.19%

 BLUE value IS 140 (55.08% from 255) = 76.5%

R = 21.31%
G = 2.19%
B = 76.5%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27048C (or 0x27048C) is known color: Persian Indigo. HEX triplet: 27, 04 and 8C. RGB value is (39,4,140). Sum of RGB (Red+Green+Blue) = 39+4+140=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 140 (55.08% from 255 or 76.50% from 183); Max value from RGB is 140 - color contains mainly: blue. Hex color #27048C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27048C is #D8FB73. Grayscale: #1D1D1D. Windows color (decimal): -14220148 or 9176103. OLE color: 9176103.

HSL color Cylindrical-coordinate representation of color #27048C: hue angle of 255.44º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #27048C is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 4 140 -
CMYK 0.72 0.97 0 0.45
HSL 255.44º 0.94% 0.28% -
HSV(B) 255.44º 0.97% 0.55% -
XYZ 5.61 2.41 24.98 -
YUV 29.97 190.1 134.44 -
System Red Green Blue C M Y K H S L
Decimal 39 4 140 0.72 0.97 0 0.45 255.44 0.94 0.28
Hex 27 4 8C 48 61 0 2D FF 5E 1C
Octal 47 4 214 110 141 0 55 377 136 34
Binary 100111 100 10001100 1001000 1100001 0 101101 11111111 1011110 11100

Color Harmonies of #27048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27048C

Black with #27048C

Text Example


Text Example

White with #27048C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,4,140); }

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

background-color css

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

 a { background-color: rgb(39,4,140); }

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

border-color css

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

 span { border-color: rgb(39,4,140); }

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