Html Css Color HEX #351484 Persian Indigo

📋 copy color: '#351484'

red 53 ◦ green 20 ◦ blue 132

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

Shades of Persian Indigo #351484

Tints of Persian Indigo #351484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.76%

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

R = 25.85%
G = 9.76%
B = 64.39%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#351484 (or 0x351484) is known color: Persian Indigo. HEX triplet: 35, 14 and 84. RGB value is (53,20,132). Sum of RGB (Red+Green+Blue) = 53+20+132=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 132 (51.95% from 255 or 64.39% from 205); Max value from RGB is 132 - color contains mainly: blue. Hex color #351484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351484 is #CAEB7B. Grayscale: #2A2A2A. Windows color (decimal): -13298556 or 8655925. OLE color: 8655925.

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

Color convert

RGB 53 20 132 -
CMYK 0.60 0.85 0 0.48
HSL 257.68º 0.74% 0.3% -
HSV(B) 257.68º 0.85% 0.52% -
XYZ 5.88 2.92 22.08 -
YUV 42.64 178.43 135.39 -
System Red Green Blue C M Y K H S L
Decimal 53 20 132 0.60 0.85 0 0.48 257.68 0.74 0.3
Hex 35 14 84 3C 55 0 30 102 4A 1E
Octal 65 24 204 74 125 0 60 402 112 36
Binary 110101 10100 10000100 111100 1010101 0 110000 100000010 1001010 11110

Color Harmonies of #351484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351484

Black with #351484

Text Example


Text Example

White with #351484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351484; }

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

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

background-color css

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

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

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

border-color css

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

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

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