Html Css Color HEX #330585 Persian Indigo

📋 copy color: '#330585'

red 51 ◦ green 5 ◦ blue 133

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

Shades of Persian Indigo #330585

Tints of Persian Indigo #330585

RGB

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

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

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

R = 26.98%
G = 2.65%
B = 70.37%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#330585 (or 0x330585) is known color: Persian Indigo. HEX triplet: 33, 05 and 85. RGB value is (51,5,133). Sum of RGB (Red+Green+Blue) = 51+5+133=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 133 (52.34% from 255 or 70.37% from 189); Max value from RGB is 133 - color contains mainly: blue. Hex color #330585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330585 is #CCFA7A. Grayscale: #202020. Windows color (decimal): -13433467 or 8717619. OLE color: 8717619.

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

Color convert

RGB 51 5 133 -
CMYK 0.62 0.96 0 0.48
HSL 261.56º 0.93% 0.27% -
HSV(B) 261.56º 0.96% 0.52% -
XYZ 5.65 2.51 22.38 -
YUV 33.35 184.24 140.59 -
System Red Green Blue C M Y K H S L
Decimal 51 5 133 0.62 0.96 0 0.48 261.56 0.93 0.27
Hex 33 5 85 3E 60 0 30 106 5D 1B
Octal 63 5 205 76 140 0 60 406 135 33
Binary 110011 101 10000101 111110 1100000 0 110000 100000110 1011101 11011

Color Harmonies of #330585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330585

Black with #330585

Text Example


Text Example

White with #330585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330585; }

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

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

background-color css

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

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

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

border-color css

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

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

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