Html Css Color HEX #330273 Persian Indigo

📋 copy color: '#330273'

red 51 ◦ green 2 ◦ blue 115

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

Shades of Persian Indigo #330273

Tints of Persian Indigo #330273

RGB

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

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

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

R = 30.36%
G = 1.19%
B = 68.45%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#330273 (or 0x330273) is known color: Persian Indigo. HEX triplet: 33, 02 and 73. RGB value is (51,2,115). Sum of RGB (Red+Green+Blue) = 51+2+115=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #330273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330273 is #CCFD8C. Grayscale: #1D1D1D. Windows color (decimal): -13434253 or 7537203. OLE color: 7537203.

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

Color convert

RGB 51 2 115 -
CMYK 0.56 0.98 0 0.55
HSL 266.02º 0.97% 0.23% -
HSV(B) 266.02º 0.98% 0.45% -
XYZ 4.48 1.99 16.37 -
YUV 29.53 176.23 143.31 -
System Red Green Blue C M Y K H S L
Decimal 51 2 115 0.56 0.98 0 0.55 266.02 0.97 0.23
Hex 33 2 73 38 62 0 37 10A 61 17
Octal 63 2 163 70 142 0 67 412 141 27
Binary 110011 10 1110011 111000 1100010 0 110111 100001010 1100001 10111

Color Harmonies of #330273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330273

Black with #330273

Text Example


Text Example

White with #330273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330273; }

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

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

background-color css

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

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

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

border-color css

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

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

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