Html Css Color HEX #330587 Persian Indigo

📋 copy color: '#330587'

red 51 ◦ green 5 ◦ blue 135

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

Shades of Persian Indigo #330587

Tints of Persian Indigo #330587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 70.68%

R = 26.7%
G = 2.62%
B = 70.68%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#330587 (or 0x330587) is known color: Persian Indigo. HEX triplet: 33, 05 and 87. RGB value is (51,5,135). Sum of RGB (Red+Green+Blue) = 51+5+135=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 135 (53.12% from 255 or 70.68% from 191); Max value from RGB is 135 - color contains mainly: blue. Hex color #330587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330587 is #CCFA78. Grayscale: #212121. Windows color (decimal): -13433465 or 8848691. OLE color: 8848691.

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

Color convert

RGB 51 5 135 -
CMYK 0.62 0.96 0 0.47
HSL 261.23º 0.93% 0.27% -
HSV(B) 261.23º 0.96% 0.53% -
XYZ 5.79 2.56 23.11 -
YUV 33.57 185.24 140.43 -
System Red Green Blue C M Y K H S L
Decimal 51 5 135 0.62 0.96 0 0.47 261.23 0.93 0.27
Hex 33 5 87 3E 60 0 2F 105 5D 1B
Octal 63 5 207 76 140 0 57 405 135 33
Binary 110011 101 10000111 111110 1100000 0 101111 100000101 1011101 11011

Color Harmonies of #330587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330587

Black with #330587

Text Example


Text Example

White with #330587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330587; }

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

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

background-color css

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

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

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

border-color css

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

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

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