Html Css Color HEX #350482 Persian Indigo

📋 copy color: '#350482'

red 53 ◦ green 4 ◦ blue 130

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

Shades of Persian Indigo #350482

Tints of Persian Indigo #350482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.14%

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

R = 28.34%
G = 2.14%
B = 69.52%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#350482 (or 0x350482) is known color: Persian Indigo. HEX triplet: 35, 04 and 82. RGB value is (53,4,130). Sum of RGB (Red+Green+Blue) = 53+4+130=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #350482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350482 is #CAFB7D. Grayscale: #202020. Windows color (decimal): -13302654 or 8520757. OLE color: 8520757.

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

Color convert

RGB 53 4 130 -
CMYK 0.59 0.97 0 0.49
HSL 263.33º 0.94% 0.26% -
HSV(B) 263.33º 0.97% 0.51% -
XYZ 5.54 2.46 21.3 -
YUV 33.02 182.73 142.25 -
System Red Green Blue C M Y K H S L
Decimal 53 4 130 0.59 0.97 0 0.49 263.33 0.94 0.26
Hex 35 4 82 3B 61 0 31 107 5E 1A
Octal 65 4 202 73 141 0 61 407 136 32
Binary 110101 100 10000010 111011 1100001 0 110001 100000111 1011110 11010

Color Harmonies of #350482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350482

Black with #350482

Text Example


Text Example

White with #350482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350482; }

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

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

background-color css

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

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

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

border-color css

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

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

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