Html Css Color HEX #270476 Persian Indigo

📋 copy color: '#270476'

red 39 ◦ green 4 ◦ blue 118

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

Shades of Persian Indigo #270476

Tints of Persian Indigo #270476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 73.29%

R = 24.22%
G = 2.48%
B = 73.29%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#270476 (or 0x270476) is known color: Persian Indigo. HEX triplet: 27, 04 and 76. RGB value is (39,4,118). Sum of RGB (Red+Green+Blue) = 39+4+118=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 118 (46.48% from 255 or 73.29% from 161); Max value from RGB is 118 - color contains mainly: blue. Hex color #270476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270476 is #D8FB89. Grayscale: #1B1B1B. Windows color (decimal): -14220170 or 7734311. OLE color: 7734311.

HSL color Cylindrical-coordinate representation of color #270476: hue angle of 258.42º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270476 is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 4 118 -
CMYK 0.67 0.97 0 0.54
HSL 258.42º 0.93% 0.24% -
HSV(B) 258.42º 0.97% 0.46% -
XYZ 4.15 1.83 17.27 -
YUV 27.46 179.1 136.23 -
System Red Green Blue C M Y K H S L
Decimal 39 4 118 0.67 0.97 0 0.54 258.42 0.93 0.24
Hex 27 4 76 43 61 0 36 102 5D 18
Octal 47 4 166 103 141 0 66 402 135 30
Binary 100111 100 1110110 1000011 1100001 0 110110 100000010 1011101 11000

Color Harmonies of #270476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270476

Black with #270476

Text Example


Text Example

White with #270476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270476; }

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

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

background-color css

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

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

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

border-color css

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

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

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