Html Css Color HEX #27057F Persian Indigo

📋 copy color: '#27057F'

red 39 ◦ green 5 ◦ blue 127

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

Shades of Persian Indigo #27057F

Tints of Persian Indigo #27057F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.92%

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

R = 22.81%
G = 2.92%
B = 74.27%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#27057F (or 0x27057F) is known color: Persian Indigo. HEX triplet: 27, 05 and 7F. RGB value is (39,5,127). Sum of RGB (Red+Green+Blue) = 39+5+127=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 127 (50% from 255 or 74.27% from 171); Max value from RGB is 127 - color contains mainly: blue. Hex color #27057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27057F is #D8FA80. Grayscale: #1C1C1C. Windows color (decimal): -14219905 or 8324391. OLE color: 8324391.

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

Color convert

RGB 39 5 127 -
CMYK 0.69 0.96 0 0.50
HSL 256.72º 0.92% 0.26% -
HSV(B) 256.72º 0.96% 0.5% -
XYZ 4.72 2.07 20.23 -
YUV 29.07 183.26 135.08 -
System Red Green Blue C M Y K H S L
Decimal 39 5 127 0.69 0.96 0 0.50 256.72 0.92 0.26
Hex 27 5 7F 45 60 0 32 101 5C 1A
Octal 47 5 177 105 140 0 62 401 134 32
Binary 100111 101 1111111 1000101 1100000 0 110010 100000001 1011100 11010

Color Harmonies of #27057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27057F

Black with #27057F

Text Example


Text Example

White with #27057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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