Html Css Color HEX #330374 Persian Indigo

📋 copy color: '#330374'

red 51 ◦ green 3 ◦ blue 116

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

Shades of Persian Indigo #330374

Tints of Persian Indigo #330374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 68.24%

R = 30%
G = 1.76%
B = 68.24%

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

#330374 (or 0x330374) is known color: Persian Indigo. HEX triplet: 33, 03 and 74. RGB value is (51,3,116). Sum of RGB (Red+Green+Blue) = 51+3+116=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 116 (45.70% from 255 or 68.24% from 170); Max value from RGB is 116 - color contains mainly: blue. Hex color #330374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330374 is #CCFC8B. Grayscale: #1D1D1D. Windows color (decimal): -13433996 or 7602995. OLE color: 7602995.

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

Color convert

RGB 51 3 116 -
CMYK 0.56 0.97 0 0.55
HSL 265.49º 0.95% 0.23% -
HSV(B) 265.49º 0.97% 0.45% -
XYZ 4.55 2.03 16.67 -
YUV 30.23 176.4 142.81 -
System Red Green Blue C M Y K H S L
Decimal 51 3 116 0.56 0.97 0 0.55 265.49 0.95 0.23
Hex 33 3 74 38 61 0 37 109 5F 17
Octal 63 3 164 70 141 0 67 411 137 27
Binary 110011 11 1110100 111000 1100001 0 110111 100001001 1011111 10111

Color Harmonies of #330374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330374

Black with #330374

Text Example


Text Example

White with #330374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330374; }

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

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

background-color css

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

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

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

border-color css

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

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

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