Html Css Color HEX #270472 Persian Indigo

📋 copy color: '#270472'

red 39 ◦ green 4 ◦ blue 114

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

Shades of Persian Indigo #270472

Tints of Persian Indigo #270472

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.55%

 BLUE value IS 114 (44.92% from 255) = 72.61%

R = 24.84%
G = 2.55%
B = 72.61%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#270472 (or 0x270472) is known color: Persian Indigo. HEX triplet: 27, 04 and 72. RGB value is (39,4,114). Sum of RGB (Red+Green+Blue) = 39+4+114=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 114 (44.92% from 255 or 72.61% from 157); Max value from RGB is 114 - color contains mainly: blue. Hex color #270472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270472 is #D8FB8D. Grayscale: #1A1A1A. Windows color (decimal): -14220174 or 7472167. OLE color: 7472167.

HSL color Cylindrical-coordinate representation of color #270472: hue angle of 259.09º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270472 is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 4 114 -
CMYK 0.66 0.96 0 0.55
HSL 259.09º 0.93% 0.23% -
HSV(B) 259.09º 0.96% 0.45% -
XYZ 3.92 1.73 16.05 -
YUV 27.01 177.1 136.56 -
System Red Green Blue C M Y K H S L
Decimal 39 4 114 0.66 0.96 0 0.55 259.09 0.93 0.23
Hex 27 4 72 42 60 0 37 103 5D 17
Octal 47 4 162 102 140 0 67 403 135 27
Binary 100111 100 1110010 1000010 1100000 0 110111 100000011 1011101 10111

Color Harmonies of #270472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270472

Black with #270472

Text Example


Text Example

White with #270472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270472; }

 p { color: rgb(39,4,114); }

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

background-color css

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

 a { background-color: rgb(39,4,114); }

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

border-color css

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

 span { border-color: rgb(39,4,114); }

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