Html Css Color HEX #351AA3 Persian Indigo

📋 copy color: '#351AA3'

red 53 ◦ green 26 ◦ blue 163

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

Shades of Persian Indigo #351AA3

Tints of Persian Indigo #351AA3

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.74%

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

R = 21.9%
G = 10.74%
B = 67.36%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#351AA3 (or 0x351AA3) is known color: Persian Indigo. HEX triplet: 35, 1A and A3. RGB value is (53,26,163). Sum of RGB (Red+Green+Blue) = 53+26+163=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 163 (64.06% from 255 or 67.36% from 242); Max value from RGB is 163 - color contains mainly: blue. Hex color #351AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351AA3 is #CAE55C. Grayscale: #313131. Windows color (decimal): -13296989 or 10689077. OLE color: 10689077.

HSL color Cylindrical-coordinate representation of color #351AA3: hue angle of 251.82º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #351AA3 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 26 163 -
CMYK 0.67 0.84 0 0.36
HSL 251.82º 0.72% 0.37% -
HSV(B) 251.82º 0.84% 0.64% -
XYZ 8.45 4.14 35 -
YUV 49.69 191.95 130.36 -
System Red Green Blue C M Y K H S L
Decimal 53 26 163 0.67 0.84 0 0.36 251.82 0.72 0.37
Hex 35 1A A3 43 54 0 24 FC 48 25
Octal 65 32 243 103 124 0 44 374 110 45
Binary 110101 11010 10100011 1000011 1010100 0 100100 11111100 1001000 100101

Color Harmonies of #351AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351AA3

Black with #351AA3

Text Example


Text Example

White with #351AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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