Html Css Color HEX #351BA1 Persian Indigo

📋 copy color: '#351BA1'

red 53 ◦ green 27 ◦ blue 161

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

Shades of Persian Indigo #351BA1

Tints of Persian Indigo #351BA1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.2%

 BLUE value IS 161 (63.28% from 255) = 66.8%

R = 21.99%
G = 11.2%
B = 66.8%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#351BA1 (or 0x351BA1) is known color: Persian Indigo. HEX triplet: 35, 1B and A1. RGB value is (53,27,161). Sum of RGB (Red+Green+Blue) = 53+27+161=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 161 (63.28% from 255 or 66.80% from 241); Max value from RGB is 161 - color contains mainly: blue. Hex color #351BA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351BA1 is #CAE45E. Grayscale: #313131. Windows color (decimal): -13296735 or 10558261. OLE color: 10558261.

HSL color Cylindrical-coordinate representation of color #351BA1: hue angle of 251.64º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #351BA1 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 53 27 161 -
CMYK 0.67 0.83 0 0.37
HSL 251.64º 0.71% 0.37% -
HSV(B) 251.64º 0.83% 0.63% -
XYZ 8.29 4.11 34.08 -
YUV 50.05 190.61 130.1 -
System Red Green Blue C M Y K H S L
Decimal 53 27 161 0.67 0.83 0 0.37 251.64 0.71 0.37
Hex 35 1B A1 43 53 0 25 FC 47 25
Octal 65 33 241 103 123 0 45 374 107 45
Binary 110101 11011 10100001 1000011 1010011 0 100101 11111100 1000111 100101

Color Harmonies of #351BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351BA1

Black with #351BA1

Text Example


Text Example

White with #351BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,27,161); }

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

background-color css

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

 a { background-color: rgb(53,27,161); }

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

border-color css

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

 span { border-color: rgb(53,27,161); }

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