Html Css Color HEX #350DA3 Persian Indigo

📋 copy color: '#350DA3'

red 53 ◦ green 13 ◦ blue 163

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

Shades of Persian Indigo #350DA3

Tints of Persian Indigo #350DA3

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.68%

 BLUE value IS 163 (64.06% from 255) = 71.18%

R = 23.14%
G = 5.68%
B = 71.18%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#350DA3 (or 0x350DA3) is known color: Persian Indigo. HEX triplet: 35, 0D and A3. RGB value is (53,13,163). Sum of RGB (Red+Green+Blue) = 53+13+163=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 163 (64.06% from 255 or 71.18% from 229); Max value from RGB is 163 - color contains mainly: blue. Hex color #350DA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350DA3 is #CAF25C. Grayscale: #292929. Windows color (decimal): -13300317 or 10685749. OLE color: 10685749.

HSL color Cylindrical-coordinate representation of color #350DA3: hue angle of 256º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350DA3 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 13 163 -
CMYK 0.67 0.92 0 0.36
HSL 256º 0.85% 0.35% -
HSV(B) 256º 0.92% 0.64% -
XYZ 8.22 3.69 34.93 -
YUV 42.06 196.25 135.8 -
System Red Green Blue C M Y K H S L
Decimal 53 13 163 0.67 0.92 0 0.36 256 0.85 0.35
Hex 35 D A3 43 5C 0 24 100 55 23
Octal 65 15 243 103 134 0 44 400 125 43
Binary 110101 1101 10100011 1000011 1011100 0 100100 100000000 1010101 100011

Color Harmonies of #350DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350DA3

Black with #350DA3

Text Example


Text Example

White with #350DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350DA3; }

 p { color: rgb(53,13,163); }

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

background-color css

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

 a { background-color: rgb(53,13,163); }

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

border-color css

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

 span { border-color: rgb(53,13,163); }

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