Html Css Color HEX #330485 Persian Indigo

📋 copy color: '#330485'

red 51 ◦ green 4 ◦ blue 133

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

Shades of Persian Indigo #330485

Tints of Persian Indigo #330485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.13%

 BLUE value IS 133 (52.34% from 255) = 70.74%

R = 27.13%
G = 2.13%
B = 70.74%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#330485 (or 0x330485) is known color: Persian Indigo. HEX triplet: 33, 04 and 85. RGB value is (51,4,133). Sum of RGB (Red+Green+Blue) = 51+4+133=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #330485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330485 is #CCFB7A. Grayscale: #202020. Windows color (decimal): -13433723 or 8717363. OLE color: 8717363.

HSL color Cylindrical-coordinate representation of color #330485: hue angle of 261.86º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #330485 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 4 133 -
CMYK 0.62 0.97 0 0.48
HSL 261.86º 0.94% 0.27% -
HSV(B) 261.86º 0.97% 0.52% -
XYZ 5.64 2.48 22.37 -
YUV 32.76 184.57 141.01 -
System Red Green Blue C M Y K H S L
Decimal 51 4 133 0.62 0.97 0 0.48 261.86 0.94 0.27
Hex 33 4 85 3E 61 0 30 106 5E 1B
Octal 63 4 205 76 141 0 60 406 136 33
Binary 110011 100 10000101 111110 1100001 0 110000 100000110 1011110 11011

Color Harmonies of #330485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330485

Black with #330485

Text Example


Text Example

White with #330485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330485; }

 p { color: rgb(51,4,133); }

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

background-color css

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

 a { background-color: rgb(51,4,133); }

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

border-color css

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

 span { border-color: rgb(51,4,133); }

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