Html Css Color HEX #27147F Persian Indigo

📋 copy color: '#27147F'

red 39 ◦ green 20 ◦ blue 127

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

Shades of Persian Indigo #27147F

Tints of Persian Indigo #27147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.75%

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

R = 20.97%
G = 10.75%
B = 68.28%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#27147F (or 0x27147F) is known color: Persian Indigo. HEX triplet: 27, 14 and 7F. RGB value is (39,20,127). Sum of RGB (Red+Green+Blue) = 39+20+127=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 127 (50% from 255 or 68.28% from 186); Max value from RGB is 127 - color contains mainly: blue. Hex color #27147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27147F is #D8EB80. Grayscale: #252525. Windows color (decimal): -14216065 or 8328231. OLE color: 8328231.

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

Color convert

RGB 39 20 127 -
CMYK 0.69 0.84 0 0.50
HSL 250.65º 0.73% 0.29% -
HSV(B) 250.65º 0.84% 0.5% -
XYZ 4.92 2.46 20.3 -
YUV 37.88 178.29 128.8 -
System Red Green Blue C M Y K H S L
Decimal 39 20 127 0.69 0.84 0 0.50 250.65 0.73 0.29
Hex 27 14 7F 45 54 0 32 FB 49 1D
Octal 47 24 177 105 124 0 62 373 111 35
Binary 100111 10100 1111111 1000101 1010100 0 110010 11111011 1001001 11101

Color Harmonies of #27147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27147F

Black with #27147F

Text Example


Text Example

White with #27147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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