Html Css Color HEX #351D7C Persian Indigo

📋 copy color: '#351D7C'

red 53 ◦ green 29 ◦ blue 124

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

Shades of Persian Indigo #351D7C

Tints of Persian Indigo #351D7C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.08%

 BLUE value IS 124 (48.83% from 255) = 60.19%

R = 25.73%
G = 14.08%
B = 60.19%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#351D7C (or 0x351D7C) is known color: Persian Indigo. HEX triplet: 35, 1D and 7C. RGB value is (53,29,124). Sum of RGB (Red+Green+Blue) = 53+29+124=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #351D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351D7C is #CAE283. Grayscale: #2E2E2E. Windows color (decimal): -13296260 or 8133941. OLE color: 8133941.

HSL color Cylindrical-coordinate representation of color #351D7C: hue angle of 255.16º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #351D7C is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 29 124 -
CMYK 0.57 0.77 0 0.51
HSL 255.16º 0.62% 0.3% -
HSV(B) 255.16º 0.77% 0.49% -
XYZ 5.55 3.09 19.37 -
YUV 47.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 53 29 124 0.57 0.77 0 0.51 255.16 0.62 0.3
Hex 35 1D 7C 39 4D 0 33 FF 3E 1E
Octal 65 35 174 71 115 0 63 377 76 36
Binary 110101 11101 1111100 111001 1001101 0 110011 11111111 111110 11110

Color Harmonies of #351D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D7C

Black with #351D7C

Text Example


Text Example

White with #351D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,29,124); }

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

background-color css

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

 a { background-color: rgb(53,29,124); }

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

border-color css

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

 span { border-color: rgb(53,29,124); }

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