Html Css Color HEX #330073 Persian Indigo

📋 copy color: '#330073'

red 51 ◦ green 0 ◦ blue 115

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

Shades of Persian Indigo #330073

Tints of Persian Indigo #330073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 69.28%

R = 30.72%
G = 0%
B = 69.28%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#330073 (or 0x330073) is known color: Persian Indigo. HEX triplet: 33, 00 and 73. RGB value is (51,0,115). Sum of RGB (Red+Green+Blue) = 51+0+115=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 115 (45.31% from 255 or 69.28% from 166); Max value from RGB is 115 - color contains mainly: blue. Hex color #330073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330073 is #CCFF8C. Grayscale: #1B1B1B. Windows color (decimal): -13434765 or 7536691. OLE color: 7536691.

HSL color Cylindrical-coordinate representation of color #330073: hue angle of 266.61º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330073 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 0 115 -
CMYK 0.56 1 0 0.55
HSL 266.61º 1% 0.23% -
HSV(B) 266.61º 1% 0.45% -
XYZ 4.46 1.94 16.36 -
YUV 28.36 176.9 144.15 -
System Red Green Blue C M Y K H S L
Decimal 51 0 115 0.56 1 0 0.55 266.61 1 0.23
Hex 33 0 73 38 64 0 37 10B 64 17
Octal 63 0 163 70 144 0 67 413 144 27
Binary 110011 0 1110011 111000 1100100 0 110111 100001011 1100100 10111

Color Harmonies of #330073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330073

Black with #330073

Text Example


Text Example

White with #330073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330073; }

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

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

background-color css

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

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

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

border-color css

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

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

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