Html Css Color HEX #331384 Persian Indigo

📋 copy color: '#331384'

red 51 ◦ green 19 ◦ blue 132

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

Shades of Persian Indigo #331384

Tints of Persian Indigo #331384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

 BLUE value IS 132 (51.95% from 255) = 65.35%

R = 25.25%
G = 9.41%
B = 65.35%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#331384 (or 0x331384) is known color: Persian Indigo. HEX triplet: 33, 13 and 84. RGB value is (51,19,132). Sum of RGB (Red+Green+Blue) = 51+19+132=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 132 (51.95% from 255 or 65.35% from 202); Max value from RGB is 132 - color contains mainly: blue. Hex color #331384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331384 is #CCEC7B. Grayscale: #292929. Windows color (decimal): -13429884 or 8655667. OLE color: 8655667.

HSL color Cylindrical-coordinate representation of color #331384: hue angle of 256.99º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331384 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 19 132 -
CMYK 0.61 0.86 0 0.48
HSL 256.99º 0.75% 0.3% -
HSV(B) 256.99º 0.86% 0.52% -
XYZ 5.76 2.84 22.07 -
YUV 41.45 179.1 134.81 -
System Red Green Blue C M Y K H S L
Decimal 51 19 132 0.61 0.86 0 0.48 256.99 0.75 0.3
Hex 33 13 84 3D 56 0 30 101 4B 1E
Octal 63 23 204 75 126 0 60 401 113 36
Binary 110011 10011 10000100 111101 1010110 0 110000 100000001 1001011 11110

Color Harmonies of #331384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331384

Black with #331384

Text Example


Text Example

White with #331384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331384; }

 p { color: rgb(51,19,132); }

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

background-color css

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

 a { background-color: rgb(51,19,132); }

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

border-color css

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

 span { border-color: rgb(51,19,132); }

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