Html Css Color HEX #270263 Persian Indigo

📋 copy color: '#270263'

red 39 ◦ green 2 ◦ blue 99

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

Shades of Persian Indigo #270263

Tints of Persian Indigo #270263

RGB

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

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

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

R = 27.86%
G = 1.43%
B = 70.71%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#270263 (or 0x270263) is known color: Persian Indigo. HEX triplet: 27, 02 and 63. RGB value is (39,2,99). Sum of RGB (Red+Green+Blue) = 39+2+99=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 99 (39.06% from 255 or 70.71% from 140); Max value from RGB is 99 - color contains mainly: blue. Hex color #270263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270263 is #D8FD9C. Grayscale: #171717. Windows color (decimal): -14220701 or 6488615. OLE color: 6488615.

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

Color convert

RGB 39 2 99 -
CMYK 0.61 0.98 0 0.61
HSL 262.89º 0.96% 0.2% -
HSV(B) 262.89º 0.98% 0.39% -
XYZ 3.11 1.38 11.91 -
YUV 24.12 170.26 138.61 -
System Red Green Blue C M Y K H S L
Decimal 39 2 99 0.61 0.98 0 0.61 262.89 0.96 0.2
Hex 27 2 63 3D 62 0 3D 107 60 14
Octal 47 2 143 75 142 0 75 407 140 24
Binary 100111 10 1100011 111101 1100010 0 111101 100000111 1100000 10100

Color Harmonies of #270263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270263

Black with #270263

Text Example


Text Example

White with #270263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270263; }

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

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

background-color css

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

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

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

border-color css

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

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

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