Html Css Color HEX #27027F Persian Indigo

📋 copy color: '#27027F'

red 39 ◦ green 2 ◦ blue 127

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

Shades of Persian Indigo #27027F

Tints of Persian Indigo #27027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 75.6%

R = 23.21%
G = 1.19%
B = 75.6%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#27027F (or 0x27027F) is known color: Persian Indigo. HEX triplet: 27, 02 and 7F. RGB value is (39,2,127). Sum of RGB (Red+Green+Blue) = 39+2+127=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 127 (50% from 255 or 75.60% from 168); Max value from RGB is 127 - color contains mainly: blue. Hex color #27027F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27027F is #D8FD80. Grayscale: #1A1A1A. Windows color (decimal): -14220673 or 8323623. OLE color: 8323623.

HSL color Cylindrical-coordinate representation of color #27027F: hue angle of 257.76º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #27027F is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 39 2 127 -
CMYK 0.69 0.98 0 0.50
HSL 257.76º 0.97% 0.25% -
HSV(B) 257.76º 0.98% 0.5% -
XYZ 4.69 2.01 20.22 -
YUV 27.31 184.26 136.34 -
System Red Green Blue C M Y K H S L
Decimal 39 2 127 0.69 0.98 0 0.50 257.76 0.97 0.25
Hex 27 2 7F 45 62 0 32 102 61 19
Octal 47 2 177 105 142 0 62 402 141 31
Binary 100111 10 1111111 1000101 1100010 0 110010 100000010 1100001 11001

Color Harmonies of #27027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27027F

Black with #27027F

Text Example


Text Example

White with #27027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27027F; }

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

 H1.HeaderClassName
 {
   color: #27027F;
 }
 .AnyTagClassName
 {
   color: #27027F;
 }
</style>

background-color css

<style>
 a { background-color: #27027F; }

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

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

border-color css

<style>
 span { border-color: #27027F; }

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

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