Html Css Color HEX #330574 Persian Indigo

📋 copy color: '#330574'

red 51 ◦ green 5 ◦ blue 116

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

Shades of Persian Indigo #330574

Tints of Persian Indigo #330574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

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

R = 29.65%
G = 2.91%
B = 67.44%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#330574 (or 0x330574) is known color: Persian Indigo. HEX triplet: 33, 05 and 74. RGB value is (51,5,116). Sum of RGB (Red+Green+Blue) = 51+5+116=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 116 (45.70% from 255 or 67.44% from 172); Max value from RGB is 116 - color contains mainly: blue. Hex color #330574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330574 is #CCFA8B. Grayscale: #1F1F1F. Windows color (decimal): -13433484 or 7603507. OLE color: 7603507.

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

Color convert

RGB 51 5 116 -
CMYK 0.56 0.96 0 0.55
HSL 264.86º 0.92% 0.24% -
HSV(B) 264.86º 0.96% 0.45% -
XYZ 4.57 2.07 16.68 -
YUV 31.41 175.74 141.97 -
System Red Green Blue C M Y K H S L
Decimal 51 5 116 0.56 0.96 0 0.55 264.86 0.92 0.24
Hex 33 5 74 38 60 0 37 109 5C 18
Octal 63 5 164 70 140 0 67 411 134 30
Binary 110011 101 1110100 111000 1100000 0 110111 100001001 1011100 11000

Color Harmonies of #330574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330574

Black with #330574

Text Example


Text Example

White with #330574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330574; }

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

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

background-color css

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

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

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

border-color css

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

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

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