Html Css Color HEX #270663 Persian Indigo

📋 copy color: '#270663'

red 39 ◦ green 6 ◦ blue 99

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

Shades of Persian Indigo #270663

Tints of Persian Indigo #270663

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.17%

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

R = 27.08%
G = 4.17%
B = 68.75%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#270663 (or 0x270663) is known color: Persian Indigo. HEX triplet: 27, 06 and 63. RGB value is (39,6,99). Sum of RGB (Red+Green+Blue) = 39+6+99=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 99 (39.06% from 255 or 68.75% from 144); Max value from RGB is 99 - color contains mainly: blue. Hex color #270663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270663 is #D8F99C. Grayscale: #1A1A1A. Windows color (decimal): -14219677 or 6489639. OLE color: 6489639.

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

Color convert

RGB 39 6 99 -
CMYK 0.61 0.94 0 0.61
HSL 261.29º 0.89% 0.21% -
HSV(B) 261.29º 0.94% 0.39% -
XYZ 3.15 1.46 11.92 -
YUV 26.47 168.93 136.94 -
System Red Green Blue C M Y K H S L
Decimal 39 6 99 0.61 0.94 0 0.61 261.29 0.89 0.21
Hex 27 6 63 3D 5E 0 3D 105 59 15
Octal 47 6 143 75 136 0 75 405 131 25
Binary 100111 110 1100011 111101 1011110 0 111101 100000101 1011001 10101

Color Harmonies of #270663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270663

Black with #270663

Text Example


Text Example

White with #270663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270663; }

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

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

background-color css

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

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

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

border-color css

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

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

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