Html Css Color HEX #270276 Persian Indigo

📋 copy color: '#270276'

red 39 ◦ green 2 ◦ blue 118

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

Shades of Persian Indigo #270276

Tints of Persian Indigo #270276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.26%

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

R = 24.53%
G = 1.26%
B = 74.21%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#270276 (or 0x270276) is known color: Persian Indigo. HEX triplet: 27, 02 and 76. RGB value is (39,2,118). Sum of RGB (Red+Green+Blue) = 39+2+118=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 118 (46.48% from 255 or 74.21% from 159); Max value from RGB is 118 - color contains mainly: blue. Hex color #270276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270276 is #D8FD89. Grayscale: #191919. Windows color (decimal): -14220682 or 7733799. OLE color: 7733799.

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

Color convert

RGB 39 2 118 -
CMYK 0.67 0.98 0 0.54
HSL 259.14º 0.97% 0.24% -
HSV(B) 259.14º 0.98% 0.46% -
XYZ 4.13 1.78 17.27 -
YUV 26.29 179.76 137.07 -
System Red Green Blue C M Y K H S L
Decimal 39 2 118 0.67 0.98 0 0.54 259.14 0.97 0.24
Hex 27 2 76 43 62 0 36 103 61 18
Octal 47 2 166 103 142 0 66 403 141 30
Binary 100111 10 1110110 1000011 1100010 0 110110 100000011 1100001 11000

Color Harmonies of #270276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270276

Black with #270276

Text Example


Text Example

White with #270276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270276; }

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

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

background-color css

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

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

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

border-color css

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

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

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