Html Css Color HEX #27077F Persian Indigo

📋 copy color: '#27077F'

red 39 ◦ green 7 ◦ blue 127

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

Shades of Persian Indigo #27077F

Tints of Persian Indigo #27077F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.05%

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

R = 22.54%
G = 4.05%
B = 73.41%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#27077F (or 0x27077F) is known color: Persian Indigo. HEX triplet: 27, 07 and 7F. RGB value is (39,7,127). Sum of RGB (Red+Green+Blue) = 39+7+127=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 127 (50% from 255 or 73.41% from 173); Max value from RGB is 127 - color contains mainly: blue. Hex color #27077F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27077F is #D8F880. Grayscale: #1D1D1D. Windows color (decimal): -14219393 or 8324903. OLE color: 8324903.

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

Color convert

RGB 39 7 127 -
CMYK 0.69 0.94 0 0.50
HSL 256º 0.9% 0.26% -
HSV(B) 256º 0.94% 0.5% -
XYZ 4.74 2.12 20.24 -
YUV 30.25 182.6 134.24 -
System Red Green Blue C M Y K H S L
Decimal 39 7 127 0.69 0.94 0 0.50 256 0.9 0.26
Hex 27 7 7F 45 5E 0 32 100 5A 1A
Octal 47 7 177 105 136 0 62 400 132 32
Binary 100111 111 1111111 1000101 1011110 0 110010 100000000 1011010 11010

Color Harmonies of #27077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27077F

Black with #27077F

Text Example


Text Example

White with #27077F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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