Html Css Color HEX #270770 Persian Indigo

📋 copy color: '#270770'

red 39 ◦ green 7 ◦ blue 112

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

Shades of Persian Indigo #270770

Tints of Persian Indigo #270770

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.43%

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

R = 24.68%
G = 4.43%
B = 70.89%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#270770 (or 0x270770) is known color: Persian Indigo. HEX triplet: 27, 07 and 70. RGB value is (39,7,112). Sum of RGB (Red+Green+Blue) = 39+7+112=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 112 (44.14% from 255 or 70.89% from 158); Max value from RGB is 112 - color contains mainly: blue. Hex color #270770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270770 is #D8F88F. Grayscale: #1C1C1C. Windows color (decimal): -14219408 or 7341863. OLE color: 7341863.

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

Color convert

RGB 39 7 112 -
CMYK 0.65 0.94 0 0.56
HSL 258.29º 0.88% 0.23% -
HSV(B) 258.29º 0.94% 0.44% -
XYZ 3.84 1.75 15.47 -
YUV 28.54 175.1 135.46 -
System Red Green Blue C M Y K H S L
Decimal 39 7 112 0.65 0.94 0 0.56 258.29 0.88 0.23
Hex 27 7 70 41 5E 0 38 102 58 17
Octal 47 7 160 101 136 0 70 402 130 27
Binary 100111 111 1110000 1000001 1011110 0 111000 100000010 1011000 10111

Color Harmonies of #270770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270770

Black with #270770

Text Example


Text Example

White with #270770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270770; }

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

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

background-color css

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

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

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

border-color css

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

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

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