Html Css Color HEX #330175 Persian Indigo

📋 copy color: '#330175'

red 51 ◦ green 1 ◦ blue 117

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

Shades of Persian Indigo #330175

Tints of Persian Indigo #330175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 30.18%
G = 0.59%
B = 69.23%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#330175 (or 0x330175) is known color: Persian Indigo. HEX triplet: 33, 01 and 75. RGB value is (51,1,117). Sum of RGB (Red+Green+Blue) = 51+1+117=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 117 (46.09% from 255 or 69.23% from 169); Max value from RGB is 117 - color contains mainly: blue. Hex color #330175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330175 is #CCFE8A. Grayscale: #1C1C1C. Windows color (decimal): -13434507 or 7668019. OLE color: 7668019.

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

Color convert

RGB 51 1 117 -
CMYK 0.56 0.99 0 0.54
HSL 265.86º 0.98% 0.23% -
HSV(B) 265.86º 0.99% 0.46% -
XYZ 4.59 2.01 16.98 -
YUV 29.17 177.57 143.57 -
System Red Green Blue C M Y K H S L
Decimal 51 1 117 0.56 0.99 0 0.54 265.86 0.98 0.23
Hex 33 1 75 38 63 0 36 10A 62 17
Octal 63 1 165 70 143 0 66 412 142 27
Binary 110011 1 1110101 111000 1100011 0 110110 100001010 1100010 10111

Color Harmonies of #330175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330175

Black with #330175

Text Example


Text Example

White with #330175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330175; }

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

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

background-color css

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

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

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

border-color css

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

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

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