Html Css Color HEX #330372 Persian Indigo

📋 copy color: '#330372'

red 51 ◦ green 3 ◦ blue 114

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

Shades of Persian Indigo #330372

Tints of Persian Indigo #330372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 67.86%

R = 30.36%
G = 1.79%
B = 67.86%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#330372 (or 0x330372) is known color: Persian Indigo. HEX triplet: 33, 03 and 72. RGB value is (51,3,114). Sum of RGB (Red+Green+Blue) = 51+3+114=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 114 (44.92% from 255 or 67.86% from 168); Max value from RGB is 114 - color contains mainly: blue. Hex color #330372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330372 is #CCFC8D. Grayscale: #1D1D1D. Windows color (decimal): -13433998 or 7471923. OLE color: 7471923.

HSL color Cylindrical-coordinate representation of color #330372: hue angle of 265.95º 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 #330372 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 3 114 -
CMYK 0.55 0.97 0 0.55
HSL 265.95º 0.95% 0.23% -
HSV(B) 265.95º 0.97% 0.45% -
XYZ 4.44 1.98 16.07 -
YUV 30.01 175.4 142.97 -
System Red Green Blue C M Y K H S L
Decimal 51 3 114 0.55 0.97 0 0.55 265.95 0.95 0.23
Hex 33 3 72 37 61 0 37 10A 5F 17
Octal 63 3 162 67 141 0 67 412 137 27
Binary 110011 11 1110010 110111 1100001 0 110111 100001010 1011111 10111

Color Harmonies of #330372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330372

Black with #330372

Text Example


Text Example

White with #330372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330372; }

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

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

background-color css

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

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

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

border-color css

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

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

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