Html Css Color HEX #270477 Persian Indigo

📋 copy color: '#270477'

red 39 ◦ green 4 ◦ blue 119

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

Shades of Persian Indigo #270477

Tints of Persian Indigo #270477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 73.46%

R = 24.07%
G = 2.47%
B = 73.46%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#270477 (or 0x270477) is known color: Persian Indigo. HEX triplet: 27, 04 and 77. RGB value is (39,4,119). Sum of RGB (Red+Green+Blue) = 39+4+119=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 119 (46.88% from 255 or 73.46% from 162); Max value from RGB is 119 - color contains mainly: blue. Hex color #270477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270477 is #D8FB88. Grayscale: #1B1B1B. Windows color (decimal): -14220169 or 7799847. OLE color: 7799847.

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

Color convert

RGB 39 4 119 -
CMYK 0.67 0.97 0 0.53
HSL 258.26º 0.93% 0.24% -
HSV(B) 258.26º 0.97% 0.47% -
XYZ 4.21 1.85 17.59 -
YUV 27.58 179.6 136.15 -
System Red Green Blue C M Y K H S L
Decimal 39 4 119 0.67 0.97 0 0.53 258.26 0.93 0.24
Hex 27 4 77 43 61 0 35 102 5D 18
Octal 47 4 167 103 141 0 65 402 135 30
Binary 100111 100 1110111 1000011 1100001 0 110101 100000010 1011101 11000

Color Harmonies of #270477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270477

Black with #270477

Text Example


Text Example

White with #270477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270477; }

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

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

background-color css

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

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

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

border-color css

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

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

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