Html Css Color HEX #330575 Persian Indigo

📋 copy color: '#330575'

red 51 ◦ green 5 ◦ blue 117

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

Shades of Persian Indigo #330575

Tints of Persian Indigo #330575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 67.63%

R = 29.48%
G = 2.89%
B = 67.63%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#330575 (or 0x330575) is known color: Persian Indigo. HEX triplet: 33, 05 and 75. RGB value is (51,5,117). Sum of RGB (Red+Green+Blue) = 51+5+117=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 117 (46.09% from 255 or 67.63% from 173); Max value from RGB is 117 - color contains mainly: blue. Hex color #330575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330575 is #CCFA8A. Grayscale: #1F1F1F. Windows color (decimal): -13433483 or 7669043. OLE color: 7669043.

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

Color convert

RGB 51 5 117 -
CMYK 0.56 0.96 0 0.54
HSL 264.64º 0.92% 0.24% -
HSV(B) 264.64º 0.96% 0.46% -
XYZ 4.63 2.1 16.99 -
YUV 31.52 176.24 141.89 -
System Red Green Blue C M Y K H S L
Decimal 51 5 117 0.56 0.96 0 0.54 264.64 0.92 0.24
Hex 33 5 75 38 60 0 36 109 5C 18
Octal 63 5 165 70 140 0 66 411 134 30
Binary 110011 101 1110101 111000 1100000 0 110110 100001001 1011100 11000

Color Harmonies of #330575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330575

Black with #330575

Text Example


Text Example

White with #330575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330575; }

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

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

background-color css

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

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

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

border-color css

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

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

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