Html Css Color HEX #270576 Persian Indigo

📋 copy color: '#270576'

red 39 ◦ green 5 ◦ blue 118

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

Shades of Persian Indigo #270576

Tints of Persian Indigo #270576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.09%

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

R = 24.07%
G = 3.09%
B = 72.84%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#270576 (or 0x270576) is known color: Persian Indigo. HEX triplet: 27, 05 and 76. RGB value is (39,5,118). Sum of RGB (Red+Green+Blue) = 39+5+118=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 118 (46.48% from 255 or 72.84% from 162); Max value from RGB is 118 - color contains mainly: blue. Hex color #270576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270576 is #D8FA89. Grayscale: #1B1B1B. Windows color (decimal): -14219914 or 7734567. OLE color: 7734567.

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

Color convert

RGB 39 5 118 -
CMYK 0.67 0.96 0 0.54
HSL 258.05º 0.92% 0.24% -
HSV(B) 258.05º 0.96% 0.46% -
XYZ 4.16 1.85 17.28 -
YUV 28.05 178.76 135.81 -
System Red Green Blue C M Y K H S L
Decimal 39 5 118 0.67 0.96 0 0.54 258.05 0.92 0.24
Hex 27 5 76 43 60 0 36 102 5C 18
Octal 47 5 166 103 140 0 66 402 134 30
Binary 100111 101 1110110 1000011 1100000 0 110110 100000010 1011100 11000

Color Harmonies of #270576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270576

Black with #270576

Text Example


Text Example

White with #270576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270576; }

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

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

background-color css

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

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

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

border-color css

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

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

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