Html Css Color HEX #270E70 Persian Indigo

📋 copy color: '#270E70'

red 39 ◦ green 14 ◦ blue 112

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

Shades of Persian Indigo #270E70

Tints of Persian Indigo #270E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 67.88%

R = 23.64%
G = 8.48%
B = 67.88%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#270E70 (or 0x270E70) is known color: Persian Indigo. HEX triplet: 27, 0E and 70. RGB value is (39,14,112). Sum of RGB (Red+Green+Blue) = 39+14+112=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #270E70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270E70 is #D8F18F. Grayscale: #202020. Windows color (decimal): -14217616 or 7343655. OLE color: 7343655.

HSL color Cylindrical-coordinate representation of color #270E70: hue angle of 255.31º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #270E70 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 14 112 -
CMYK 0.65 0.88 0 0.56
HSL 255.31º 0.78% 0.25% -
HSV(B) 255.31º 0.88% 0.44% -
XYZ 3.92 1.92 15.49 -
YUV 32.65 172.78 132.53 -
System Red Green Blue C M Y K H S L
Decimal 39 14 112 0.65 0.88 0 0.56 255.31 0.78 0.25
Hex 27 E 70 41 58 0 38 FF 4E 19
Octal 47 16 160 101 130 0 70 377 116 31
Binary 100111 1110 1110000 1000001 1011000 0 111000 11111111 1001110 11001

Color Harmonies of #270E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270E70

Black with #270E70

Text Example


Text Example

White with #270E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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