Html Css Color HEX #27147E Persian Indigo

📋 copy color: '#27147E'

red 39 ◦ green 20 ◦ blue 126

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

Shades of Persian Indigo #27147E

Tints of Persian Indigo #27147E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 68.11%

R = 21.08%
G = 10.81%
B = 68.11%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#27147E (or 0x27147E) is known color: Persian Indigo. HEX triplet: 27, 14 and 7E. RGB value is (39,20,126). Sum of RGB (Red+Green+Blue) = 39+20+126=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 126 (49.61% from 255 or 68.11% from 185); Max value from RGB is 126 - color contains mainly: blue. Hex color #27147E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27147E is #D8EB81. Grayscale: #252525. Windows color (decimal): -14216066 or 8262695. OLE color: 8262695.

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

Color convert

RGB 39 20 126 -
CMYK 0.69 0.84 0 0.51
HSL 250.75º 0.73% 0.29% -
HSV(B) 250.75º 0.84% 0.49% -
XYZ 4.85 2.44 19.95 -
YUV 37.77 177.79 128.88 -
System Red Green Blue C M Y K H S L
Decimal 39 20 126 0.69 0.84 0 0.51 250.75 0.73 0.29
Hex 27 14 7E 45 54 0 33 FB 49 1D
Octal 47 24 176 105 124 0 63 373 111 35
Binary 100111 10100 1111110 1000101 1010100 0 110011 11111011 1001001 11101

Color Harmonies of #27147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27147E

Black with #27147E

Text Example


Text Example

White with #27147E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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