Html Css Color HEX #351C8D Persian Indigo

📋 copy color: '#351C8D'

red 53 ◦ green 28 ◦ blue 141

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

Shades of Persian Indigo #351C8D

Tints of Persian Indigo #351C8D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.61%

 BLUE value IS 141 (55.47% from 255) = 63.51%

R = 23.87%
G = 12.61%
B = 63.51%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#351C8D (or 0x351C8D) is known color: Persian Indigo. HEX triplet: 35, 1C and 8D. RGB value is (53,28,141). Sum of RGB (Red+Green+Blue) = 53+28+141=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #351C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351C8D is #CAE372. Grayscale: #2F2F2F. Windows color (decimal): -13296499 or 9247797. OLE color: 9247797.

HSL color Cylindrical-coordinate representation of color #351C8D: hue angle of 253.27º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #351C8D is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 28 141 -
CMYK 0.62 0.80 0 0.45
HSL 253.27º 0.67% 0.33% -
HSV(B) 253.27º 0.8% 0.55% -
XYZ 6.69 3.51 25.52 -
YUV 48.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 53 28 141 0.62 0.80 0 0.45 253.27 0.67 0.33
Hex 35 1C 8D 3E 50 0 2D FD 43 21
Octal 65 34 215 76 120 0 55 375 103 41
Binary 110101 11100 10001101 111110 1010000 0 101101 11111101 1000011 100001

Color Harmonies of #351C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351C8D

Black with #351C8D

Text Example


Text Example

White with #351C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,28,141); }

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

background-color css

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

 a { background-color: rgb(53,28,141); }

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

border-color css

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

 span { border-color: rgb(53,28,141); }

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