Html Css Color HEX #330487 Persian Indigo

📋 copy color: '#330487'

red 51 ◦ green 4 ◦ blue 135

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

Shades of Persian Indigo #330487

Tints of Persian Indigo #330487

RGB

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

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

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

R = 26.84%
G = 2.11%
B = 71.05%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#330487 (or 0x330487) is known color: Persian Indigo. HEX triplet: 33, 04 and 87. RGB value is (51,4,135). Sum of RGB (Red+Green+Blue) = 51+4+135=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 135 (53.12% from 255 or 71.05% from 190); Max value from RGB is 135 - color contains mainly: blue. Hex color #330487 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330487 is #CCFB78. Grayscale: #202020. Windows color (decimal): -13433721 or 8848435. OLE color: 8848435.

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

Color convert

RGB 51 4 135 -
CMYK 0.62 0.97 0 0.47
HSL 261.53º 0.94% 0.27% -
HSV(B) 261.53º 0.97% 0.53% -
XYZ 5.78 2.54 23.11 -
YUV 32.99 185.57 140.85 -
System Red Green Blue C M Y K H S L
Decimal 51 4 135 0.62 0.97 0 0.47 261.53 0.94 0.27
Hex 33 4 87 3E 61 0 2F 106 5E 1B
Octal 63 4 207 76 141 0 57 406 136 33
Binary 110011 100 10000111 111110 1100001 0 101111 100000110 1011110 11011

Color Harmonies of #330487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330487

Black with #330487

Text Example


Text Example

White with #330487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330487; }

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

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

background-color css

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

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

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

border-color css

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

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

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