Html Css Color HEX #270E7C Persian Indigo

📋 copy color: '#270E7C'

red 39 ◦ green 14 ◦ blue 124

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

Shades of Persian Indigo #270E7C

Tints of Persian Indigo #270E7C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.91%

 BLUE value IS 124 (48.83% from 255) = 70.06%

R = 22.03%
G = 7.91%
B = 70.06%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#270E7C (or 0x270E7C) is known color: Persian Indigo. HEX triplet: 27, 0E and 7C. RGB value is (39,14,124). Sum of RGB (Red+Green+Blue) = 39+14+124=177 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.03% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #270E7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270E7C is #D8F183. Grayscale: #212121. Windows color (decimal): -14217604 or 8130087. OLE color: 8130087.

HSL color Cylindrical-coordinate representation of color #270E7C: hue angle of 253.64º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #270E7C is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 39 14 124 -
CMYK 0.69 0.89 0 0.51
HSL 253.64º 0.8% 0.27% -
HSV(B) 253.64º 0.89% 0.49% -
XYZ 4.63 2.2 19.25 -
YUV 34.02 178.78 131.56 -
System Red Green Blue C M Y K H S L
Decimal 39 14 124 0.69 0.89 0 0.51 253.64 0.8 0.27
Hex 27 E 7C 45 59 0 33 FE 50 1B
Octal 47 16 174 105 131 0 63 376 120 33
Binary 100111 1110 1111100 1000101 1011001 0 110011 11111110 1010000 11011

Color Harmonies of #270E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270E7C

Black with #270E7C

Text Example


Text Example

White with #270E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270E7C; }

 p { color: rgb(39,14,124); }

 H1.HeaderClassName
 {
   color: #270E7C;
 }
 .AnyTagClassName
 {
   color: #270E7C;
 }
</style>

background-color css

<style>
 a { background-color: #270E7C; }

 a { background-color: rgb(39,14,124); }

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

border-color css

<style>
 span { border-color: #270E7C; }

 span { border-color: rgb(39,14,124); }

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