Html Css Color HEX #330373 Persian Indigo

📋 copy color: '#330373'

red 51 ◦ green 3 ◦ blue 115

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

Shades of Persian Indigo #330373

Tints of Persian Indigo #330373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.78%

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

R = 30.18%
G = 1.78%
B = 68.05%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#330373 (or 0x330373) is known color: Persian Indigo. HEX triplet: 33, 03 and 73. RGB value is (51,3,115). Sum of RGB (Red+Green+Blue) = 51+3+115=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 115 (45.31% from 255 or 68.05% from 169); Max value from RGB is 115 - color contains mainly: blue. Hex color #330373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330373 is #CCFC8C. Grayscale: #1D1D1D. Windows color (decimal): -13433997 or 7537459. OLE color: 7537459.

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

Color convert

RGB 51 3 115 -
CMYK 0.56 0.97 0 0.55
HSL 265.71º 0.95% 0.23% -
HSV(B) 265.71º 0.97% 0.45% -
XYZ 4.49 2.01 16.37 -
YUV 30.12 175.9 142.89 -
System Red Green Blue C M Y K H S L
Decimal 51 3 115 0.56 0.97 0 0.55 265.71 0.95 0.23
Hex 33 3 73 38 61 0 37 10A 5F 17
Octal 63 3 163 70 141 0 67 412 137 27
Binary 110011 11 1110011 111000 1100001 0 110111 100001010 1011111 10111

Color Harmonies of #330373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330373

Black with #330373

Text Example


Text Example

White with #330373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330373; }

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

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

background-color css

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

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

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

border-color css

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

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

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