Html Css Color HEX #270163 Persian Indigo

📋 copy color: '#270163'

red 39 ◦ green 1 ◦ blue 99

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

Shades of Persian Indigo #270163

Tints of Persian Indigo #270163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

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

R = 28.06%
G = 0.72%
B = 71.22%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#270163 (or 0x270163) is known color: Persian Indigo. HEX triplet: 27, 01 and 63. RGB value is (39,1,99). Sum of RGB (Red+Green+Blue) = 39+1+99=139 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.06% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 99 (39.06% from 255 or 71.22% from 139); Max value from RGB is 99 - color contains mainly: blue. Hex color #270163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270163 is #D8FE9C. Grayscale: #171717. Windows color (decimal): -14220957 or 6488359. OLE color: 6488359.

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

Color convert

RGB 39 1 99 -
CMYK 0.61 0.99 0 0.61
HSL 263.27º 0.98% 0.2% -
HSV(B) 263.27º 0.99% 0.39% -
XYZ 3.1 1.35 11.9 -
YUV 23.53 170.59 139.03 -
System Red Green Blue C M Y K H S L
Decimal 39 1 99 0.61 0.99 0 0.61 263.27 0.98 0.2
Hex 27 1 63 3D 63 0 3D 107 62 14
Octal 47 1 143 75 143 0 75 407 142 24
Binary 100111 1 1100011 111101 1100011 0 111101 100000111 1100010 10100

Color Harmonies of #270163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270163

Black with #270163

Text Example


Text Example

White with #270163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270163; }

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

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

background-color css

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

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

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

border-color css

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

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

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