Html Css Color HEX #27047F Persian Indigo

📋 copy color: '#27047F'

red 39 ◦ green 4 ◦ blue 127

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

Shades of Persian Indigo #27047F

Tints of Persian Indigo #27047F

RGB

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

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

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

R = 22.94%
G = 2.35%
B = 74.71%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#27047F (or 0x27047F) is known color: Persian Indigo. HEX triplet: 27, 04 and 7F. RGB value is (39,4,127). Sum of RGB (Red+Green+Blue) = 39+4+127=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 127 (50% from 255 or 74.71% from 170); Max value from RGB is 127 - color contains mainly: blue. Hex color #27047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27047F is #D8FB80. Grayscale: #1C1C1C. Windows color (decimal): -14220161 or 8324135. OLE color: 8324135.

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

Color convert

RGB 39 4 127 -
CMYK 0.69 0.97 0 0.50
HSL 257.07º 0.94% 0.26% -
HSV(B) 257.07º 0.97% 0.5% -
XYZ 4.71 2.05 20.23 -
YUV 28.49 183.6 135.5 -
System Red Green Blue C M Y K H S L
Decimal 39 4 127 0.69 0.97 0 0.50 257.07 0.94 0.26
Hex 27 4 7F 45 61 0 32 101 5E 1A
Octal 47 4 177 105 141 0 62 401 136 32
Binary 100111 100 1111111 1000101 1100001 0 110010 100000001 1011110 11010

Color Harmonies of #27047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27047F

Black with #27047F

Text Example


Text Example

White with #27047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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