Html Css Color HEX #330063 Persian Indigo

📋 copy color: '#330063'

red 51 ◦ green 0 ◦ blue 99

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

Shades of Persian Indigo #330063

Tints of Persian Indigo #330063

RGB

 RED value IS 51 (20.31% from 255) = 34%

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

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

R = 34%
G = 0%
B = 66%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#330063 (or 0x330063) is known color: Persian Indigo. HEX triplet: 33, 00 and 63. RGB value is (51,0,99). Sum of RGB (Red+Green+Blue) = 51+0+99=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 99 (39.06% from 255 or 66% from 150); Max value from RGB is 99 - color contains mainly: blue. Hex color #330063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330063 is #CCFF9C. Grayscale: #1A1A1A. Windows color (decimal): -13434781 or 6488115. OLE color: 6488115.

HSL color Cylindrical-coordinate representation of color #330063: hue angle of 270.91º 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 #330063 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 0 99 -
CMYK 0.48 1 0 0.61
HSL 270.91º 1% 0.19% -
HSV(B) 270.91º 1% 0.39% -
XYZ 3.62 1.6 11.92 -
YUV 26.54 168.9 145.45 -
System Red Green Blue C M Y K H S L
Decimal 51 0 99 0.48 1 0 0.61 270.91 1 0.19
Hex 33 0 63 30 64 0 3D 10F 64 13
Octal 63 0 143 60 144 0 75 417 144 23
Binary 110011 0 1100011 110000 1100100 0 111101 100001111 1100100 10011

Color Harmonies of #330063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330063

Black with #330063

Text Example


Text Example

White with #330063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330063; }

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

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

background-color css

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

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

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

border-color css

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

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

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