Html Css Color HEX #270170 Persian Indigo

📋 copy color: '#270170'

red 39 ◦ green 1 ◦ blue 112

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

Shades of Persian Indigo #270170

Tints of Persian Indigo #270170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 25.66%
G = 0.66%
B = 73.68%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#270170 (or 0x270170) is known color: Persian Indigo. HEX triplet: 27, 01 and 70. RGB value is (39,1,112). Sum of RGB (Red+Green+Blue) = 39+1+112=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 112 (44.14% from 255 or 73.68% from 152); Max value from RGB is 112 - color contains mainly: blue. Hex color #270170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270170 is #D8FE8F. Grayscale: #181818. Windows color (decimal): -14220944 or 7340327. OLE color: 7340327.

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

Color convert

RGB 39 1 112 -
CMYK 0.65 0.99 0 0.56
HSL 260.54º 0.98% 0.22% -
HSV(B) 260.54º 0.99% 0.44% -
XYZ 3.77 1.62 15.44 -
YUV 25.02 177.09 137.97 -
System Red Green Blue C M Y K H S L
Decimal 39 1 112 0.65 0.99 0 0.56 260.54 0.98 0.22
Hex 27 1 70 41 63 0 38 105 62 16
Octal 47 1 160 101 143 0 70 405 142 26
Binary 100111 1 1110000 1000001 1100011 0 111000 100000101 1100010 10110

Color Harmonies of #270170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270170

Black with #270170

Text Example


Text Example

White with #270170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270170; }

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

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

background-color css

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

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

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

border-color css

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

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

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