Html Css Color HEX #351784 Persian Indigo

📋 copy color: '#351784'

red 53 ◦ green 23 ◦ blue 132

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

Shades of Persian Indigo #351784

Tints of Persian Indigo #351784

RGB

 RED value IS 53 (21.09% from 255) = 25.48%

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

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

R = 25.48%
G = 11.06%
B = 63.46%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#351784 (or 0x351784) is known color: Persian Indigo. HEX triplet: 35, 17 and 84. RGB value is (53,23,132). Sum of RGB (Red+Green+Blue) = 53+23+132=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 132 (51.95% from 255 or 63.46% from 208); Max value from RGB is 132 - color contains mainly: blue. Hex color #351784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351784 is #CAE87B. Grayscale: #2B2B2B. Windows color (decimal): -13297788 or 8656693. OLE color: 8656693.

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

Color convert

RGB 53 23 132 -
CMYK 0.60 0.83 0 0.48
HSL 256.51º 0.7% 0.3% -
HSV(B) 256.51º 0.83% 0.52% -
XYZ 5.94 3.04 22.1 -
YUV 44.4 177.44 134.14 -
System Red Green Blue C M Y K H S L
Decimal 53 23 132 0.60 0.83 0 0.48 256.51 0.7 0.3
Hex 35 17 84 3C 53 0 30 101 46 1E
Octal 65 27 204 74 123 0 60 401 106 36
Binary 110101 10111 10000100 111100 1010011 0 110000 100000001 1000110 11110

Color Harmonies of #351784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351784

Black with #351784

Text Example


Text Example

White with #351784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351784; }

 p { color: rgb(53,23,132); }

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

background-color css

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

 a { background-color: rgb(53,23,132); }

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

border-color css

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

 span { border-color: rgb(53,23,132); }

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