Html Css Color HEX #330275 Persian Indigo

📋 copy color: '#330275'

red 51 ◦ green 2 ◦ blue 117

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

Shades of Persian Indigo #330275

Tints of Persian Indigo #330275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

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

R = 30%
G = 1.18%
B = 68.82%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#330275 (or 0x330275) is known color: Persian Indigo. HEX triplet: 33, 02 and 75. RGB value is (51,2,117). Sum of RGB (Red+Green+Blue) = 51+2+117=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 117 (46.09% from 255 or 68.82% from 170); Max value from RGB is 117 - color contains mainly: blue. Hex color #330275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330275 is #CCFD8A. Grayscale: #1D1D1D. Windows color (decimal): -13434251 or 7668275. OLE color: 7668275.

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

Color convert

RGB 51 2 117 -
CMYK 0.56 0.98 0 0.54
HSL 265.57º 0.97% 0.23% -
HSV(B) 265.57º 0.98% 0.46% -
XYZ 4.6 2.03 16.98 -
YUV 29.76 177.23 143.15 -
System Red Green Blue C M Y K H S L
Decimal 51 2 117 0.56 0.98 0 0.54 265.57 0.97 0.23
Hex 33 2 75 38 62 0 36 10A 61 17
Octal 63 2 165 70 142 0 66 412 141 27
Binary 110011 10 1110101 111000 1100010 0 110110 100001010 1100001 10111

Color Harmonies of #330275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330275

Black with #330275

Text Example


Text Example

White with #330275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330275; }

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

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

background-color css

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

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

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

border-color css

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

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

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