Html Css Color HEX #270063 Persian Indigo

📋 copy color: '#270063'

red 39 ◦ green 0 ◦ blue 99

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

Shades of Persian Indigo #270063

Tints of Persian Indigo #270063

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 99 (39.06% from 255) = 71.74%

R = 28.26%
G = 0%
B = 71.74%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#270063 (or 0x270063) is known color: Persian Indigo. HEX triplet: 27, 00 and 63. RGB value is (39,0,99). Sum of RGB (Red+Green+Blue) = 39+0+99=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 99 (39.06% from 255 or 71.74% from 138); Max value from RGB is 99 - color contains mainly: blue. Hex color #270063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270063 is #D8FF9C. Grayscale: #161616. Windows color (decimal): -14221213 or 6488103. OLE color: 6488103.

HSL color Cylindrical-coordinate representation of color #270063: hue angle of 263.64º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270063 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 39 0 99 -
CMYK 0.61 1 0 0.61
HSL 263.64º 1% 0.19% -
HSV(B) 263.64º 1% 0.39% -
XYZ 3.09 1.33 11.9 -
YUV 22.95 170.92 139.45 -
System Red Green Blue C M Y K H S L
Decimal 39 0 99 0.61 1 0 0.61 263.64 1 0.19
Hex 27 0 63 3D 64 0 3D 108 64 13
Octal 47 0 143 75 144 0 75 410 144 23
Binary 100111 0 1100011 111101 1100100 0 111101 100001000 1100100 10011

Color Harmonies of #270063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270063

Black with #270063

Text Example


Text Example

White with #270063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270063; }

 p { color: rgb(39,0,99); }

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

background-color css

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

 a { background-color: rgb(39,0,99); }

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

border-color css

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

 span { border-color: rgb(39,0,99); }

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