Html Css Color HEX #350582 Persian Indigo

📋 copy color: '#350582'

red 53 ◦ green 5 ◦ blue 130

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

Shades of Persian Indigo #350582

Tints of Persian Indigo #350582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.66%

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

R = 28.19%
G = 2.66%
B = 69.15%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#350582 (or 0x350582) is known color: Persian Indigo. HEX triplet: 35, 05 and 82. RGB value is (53,5,130). Sum of RGB (Red+Green+Blue) = 53+5+130=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 130 (51.17% from 255 or 69.15% from 188); Max value from RGB is 130 - color contains mainly: blue. Hex color #350582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350582 is #CAFA7D. Grayscale: #212121. Windows color (decimal): -13302398 or 8521013. OLE color: 8521013.

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

Color convert

RGB 53 5 130 -
CMYK 0.59 0.96 0 0.49
HSL 263.04º 0.93% 0.26% -
HSV(B) 263.04º 0.96% 0.51% -
XYZ 5.55 2.48 21.3 -
YUV 33.6 182.4 141.84 -
System Red Green Blue C M Y K H S L
Decimal 53 5 130 0.59 0.96 0 0.49 263.04 0.93 0.26
Hex 35 5 82 3B 60 0 31 107 5D 1A
Octal 65 5 202 73 140 0 61 407 135 32
Binary 110101 101 10000010 111011 1100000 0 110001 100000111 1011101 11010

Color Harmonies of #350582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350582

Black with #350582

Text Example


Text Example

White with #350582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350582; }

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

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

background-color css

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

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

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

border-color css

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

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

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