Html Css Color HEX #27028C Persian Indigo

📋 copy color: '#27028C'

red 39 ◦ green 2 ◦ blue 140

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

Shades of Persian Indigo #27028C

Tints of Persian Indigo #27028C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

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

R = 21.55%
G = 1.1%
B = 77.35%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27028C (or 0x27028C) is known color: Persian Indigo. HEX triplet: 27, 02 and 8C. RGB value is (39,2,140). Sum of RGB (Red+Green+Blue) = 39+2+140=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 140 (55.08% from 255 or 77.35% from 181); Max value from RGB is 140 - color contains mainly: blue. Hex color #27028C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27028C is #D8FD73. Grayscale: #1C1C1C. Windows color (decimal): -14220660 or 9175591. OLE color: 9175591.

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

Color convert

RGB 39 2 140 -
CMYK 0.72 0.99 0 0.45
HSL 256.09º 0.97% 0.28% -
HSV(B) 256.09º 0.99% 0.55% -
XYZ 5.59 2.37 24.97 -
YUV 28.8 190.76 135.28 -
System Red Green Blue C M Y K H S L
Decimal 39 2 140 0.72 0.99 0 0.45 256.09 0.97 0.28
Hex 27 2 8C 48 63 0 2D 100 61 1C
Octal 47 2 214 110 143 0 55 400 141 34
Binary 100111 10 10001100 1001000 1100011 0 101101 100000000 1100001 11100

Color Harmonies of #27028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27028C

Black with #27028C

Text Example


Text Example

White with #27028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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