Html Css Color HEX #270370 Persian Indigo

📋 copy color: '#270370'

red 39 ◦ green 3 ◦ blue 112

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

Shades of Persian Indigo #270370

Tints of Persian Indigo #270370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.95%

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

R = 25.32%
G = 1.95%
B = 72.73%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#270370 (or 0x270370) is known color: Persian Indigo. HEX triplet: 27, 03 and 70. RGB value is (39,3,112). Sum of RGB (Red+Green+Blue) = 39+3+112=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 112 (44.14% from 255 or 72.73% from 154); Max value from RGB is 112 - color contains mainly: blue. Hex color #270370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270370 is #D8FC8F. Grayscale: #191919. Windows color (decimal): -14220432 or 7340839. OLE color: 7340839.

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

Color convert

RGB 39 3 112 -
CMYK 0.65 0.97 0 0.56
HSL 259.82º 0.95% 0.23% -
HSV(B) 259.82º 0.97% 0.44% -
XYZ 3.79 1.67 15.45 -
YUV 26.19 176.43 137.14 -
System Red Green Blue C M Y K H S L
Decimal 39 3 112 0.65 0.97 0 0.56 259.82 0.95 0.23
Hex 27 3 70 41 61 0 38 104 5F 17
Octal 47 3 160 101 141 0 70 404 137 27
Binary 100111 11 1110000 1000001 1100001 0 111000 100000100 1011111 10111

Color Harmonies of #270370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270370

Black with #270370

Text Example


Text Example

White with #270370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270370; }

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

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

background-color css

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

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

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

border-color css

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

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

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