Html Css Color HEX #331687 Persian Indigo

📋 copy color: '#331687'

red 51 ◦ green 22 ◦ blue 135

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

Shades of Persian Indigo #331687

Tints of Persian Indigo #331687

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.58%

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

R = 24.52%
G = 10.58%
B = 64.9%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#331687 (or 0x331687) is known color: Persian Indigo. HEX triplet: 33, 16 and 87. RGB value is (51,22,135). Sum of RGB (Red+Green+Blue) = 51+22+135=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 135 (53.12% from 255 or 64.90% from 208); Max value from RGB is 135 - color contains mainly: blue. Hex color #331687 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331687 is #CCE978. Grayscale: #2B2B2B. Windows color (decimal): -13429113 or 8853043. OLE color: 8853043.

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

Color convert

RGB 51 22 135 -
CMYK 0.62 0.84 0 0.47
HSL 255.4º 0.72% 0.31% -
HSV(B) 255.4º 0.84% 0.53% -
XYZ 6.03 3.03 23.19 -
YUV 43.55 179.61 133.31 -
System Red Green Blue C M Y K H S L
Decimal 51 22 135 0.62 0.84 0 0.47 255.4 0.72 0.31
Hex 33 16 87 3E 54 0 2F FF 48 1F
Octal 63 26 207 76 124 0 57 377 110 37
Binary 110011 10110 10000111 111110 1010100 0 101111 11111111 1001000 11111

Color Harmonies of #331687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331687

Black with #331687

Text Example


Text Example

White with #331687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331687; }

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

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

background-color css

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

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

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

border-color css

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

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

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