Html Css Color HEX #331782 Persian Indigo

📋 copy color: '#331782'

red 51 ◦ green 23 ◦ blue 130

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

Shades of Persian Indigo #331782

Tints of Persian Indigo #331782

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.27%

 BLUE value IS 130 (51.17% from 255) = 63.73%

R = 25%
G = 11.27%
B = 63.73%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#331782 (or 0x331782) is known color: Persian Indigo. HEX triplet: 33, 17 and 82. RGB value is (51,23,130). Sum of RGB (Red+Green+Blue) = 51+23+130=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 130 (51.17% from 255 or 63.73% from 204); Max value from RGB is 130 - color contains mainly: blue. Hex color #331782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331782 is #CCE87D. Grayscale: #2B2B2B. Windows color (decimal): -13428862 or 8525619. OLE color: 8525619.

HSL color Cylindrical-coordinate representation of color #331782: hue angle of 255.7º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331782 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 23 130 -
CMYK 0.61 0.82 0 0.49
HSL 255.7º 0.7% 0.3% -
HSV(B) 255.7º 0.82% 0.51% -
XYZ 5.7 2.93 21.38 -
YUV 43.57 176.78 133.3 -
System Red Green Blue C M Y K H S L
Decimal 51 23 130 0.61 0.82 0 0.49 255.7 0.7 0.3
Hex 33 17 82 3D 52 0 31 100 46 1E
Octal 63 27 202 75 122 0 61 400 106 36
Binary 110011 10111 10000010 111101 1010010 0 110001 100000000 1000110 11110

Color Harmonies of #331782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331782

Black with #331782

Text Example


Text Example

White with #331782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331782; }

 p { color: rgb(51,23,130); }

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

background-color css

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

 a { background-color: rgb(51,23,130); }

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

border-color css

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

 span { border-color: rgb(51,23,130); }

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