Html Css Color HEX #350280 Persian Indigo

📋 copy color: '#350280'

red 53 ◦ green 2 ◦ blue 128

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

Shades of Persian Indigo #350280

Tints of Persian Indigo #350280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

 BLUE value IS 128 (50.39% from 255) = 69.95%

R = 28.96%
G = 1.09%
B = 69.95%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#350280 (or 0x350280) is known color: Persian Indigo. HEX triplet: 35, 02 and 80. RGB value is (53,2,128). Sum of RGB (Red+Green+Blue) = 53+2+128=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 128 (50.39% from 255 or 69.95% from 183); Max value from RGB is 128 - color contains mainly: blue. Hex color #350280 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350280 is #CAFD7F. Grayscale: #1F1F1F. Windows color (decimal): -13303168 or 8389173. OLE color: 8389173.

HSL color Cylindrical-coordinate representation of color #350280: hue angle of 264.29º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350280 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 2 128 -
CMYK 0.59 0.98 0 0.50
HSL 264.29º 0.97% 0.25% -
HSV(B) 264.29º 0.98% 0.5% -
XYZ 5.39 2.36 20.59 -
YUV 31.61 182.4 143.25 -
System Red Green Blue C M Y K H S L
Decimal 53 2 128 0.59 0.98 0 0.50 264.29 0.97 0.25
Hex 35 2 80 3B 62 0 32 108 61 19
Octal 65 2 200 73 142 0 62 410 141 31
Binary 110101 10 10000000 111011 1100010 0 110010 100001000 1100001 11001

Color Harmonies of #350280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350280

Black with #350280

Text Example


Text Example

White with #350280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350280; }

 p { color: rgb(53,2,128); }

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

background-color css

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

 a { background-color: rgb(53,2,128); }

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

border-color css

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

 span { border-color: rgb(53,2,128); }

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