Html Css Color HEX #27007F Persian Indigo

📋 copy color: '#27007F'

red 39 ◦ green 0 ◦ blue 127

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

Shades of Persian Indigo #27007F

Tints of Persian Indigo #27007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 23.49%
G = 0%
B = 76.51%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#27007F (or 0x27007F) is known color: Persian Indigo. HEX triplet: 27, 00 and 7F. RGB value is (39,0,127). Sum of RGB (Red+Green+Blue) = 39+0+127=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 127 (50% from 255 or 76.51% from 166); Max value from RGB is 127 - color contains mainly: blue. Hex color #27007F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27007F is #D8FF80. Grayscale: #191919. Windows color (decimal): -14221185 or 8323111. OLE color: 8323111.

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

Color convert

RGB 39 0 127 -
CMYK 0.69 1 0 0.50
HSL 258.43º 1% 0.25% -
HSV(B) 258.43º 1% 0.5% -
XYZ 4.67 1.96 20.21 -
YUV 26.14 184.92 137.17 -
System Red Green Blue C M Y K H S L
Decimal 39 0 127 0.69 1 0 0.50 258.43 1 0.25
Hex 27 0 7F 45 64 0 32 102 64 19
Octal 47 0 177 105 144 0 62 402 144 31
Binary 100111 0 1111111 1000101 1100100 0 110010 100000010 1100100 11001

Color Harmonies of #27007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27007F

Black with #27007F

Text Example


Text Example

White with #27007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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