Html Css Color HEX #351382 Persian Indigo

📋 copy color: '#351382'

red 53 ◦ green 19 ◦ blue 130

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

Shades of Persian Indigo #351382

Tints of Persian Indigo #351382

RGB

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

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

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

R = 26.24%
G = 9.41%
B = 64.36%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#351382 (or 0x351382) is known color: Persian Indigo. HEX triplet: 35, 13 and 82. RGB value is (53,19,130). Sum of RGB (Red+Green+Blue) = 53+19+130=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 130 (51.17% from 255 or 64.36% from 202); Max value from RGB is 130 - color contains mainly: blue. Hex color #351382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351382 is #CAEC7D. Grayscale: #292929. Windows color (decimal): -13298814 or 8524597. OLE color: 8524597.

HSL color Cylindrical-coordinate representation of color #351382: hue angle of 258.38º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #351382 is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 19 130 -
CMYK 0.59 0.85 0 0.49
HSL 258.38º 0.74% 0.29% -
HSV(B) 258.38º 0.85% 0.51% -
XYZ 5.73 2.83 21.36 -
YUV 41.82 177.76 135.97 -
System Red Green Blue C M Y K H S L
Decimal 53 19 130 0.59 0.85 0 0.49 258.38 0.74 0.29
Hex 35 13 82 3B 55 0 31 102 4A 1D
Octal 65 23 202 73 125 0 61 402 112 35
Binary 110101 10011 10000010 111011 1010101 0 110001 100000010 1001010 11101

Color Harmonies of #351382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351382

Black with #351382

Text Example


Text Example

White with #351382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351382; }

 p { color: rgb(53,19,130); }

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

background-color css

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

 a { background-color: rgb(53,19,130); }

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

border-color css

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

 span { border-color: rgb(53,19,130); }

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