Html Css Color HEX #351A7C Persian Indigo

📋 copy color: '#351A7C'

red 53 ◦ green 26 ◦ blue 124

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

Shades of Persian Indigo #351A7C

Tints of Persian Indigo #351A7C

RGB

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

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

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

R = 26.11%
G = 12.81%
B = 61.08%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#351A7C (or 0x351A7C) is known color: Persian Indigo. HEX triplet: 35, 1A and 7C. RGB value is (53,26,124). Sum of RGB (Red+Green+Blue) = 53+26+124=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #351A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351A7C is #CAE583. Grayscale: #2C2C2C. Windows color (decimal): -13297028 or 8133173. OLE color: 8133173.

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

Color convert

RGB 53 26 124 -
CMYK 0.57 0.79 0 0.51
HSL 256.53º 0.65% 0.29% -
HSV(B) 256.53º 0.79% 0.49% -
XYZ 5.48 2.95 19.35 -
YUV 45.25 172.45 133.53 -
System Red Green Blue C M Y K H S L
Decimal 53 26 124 0.57 0.79 0 0.51 256.53 0.65 0.29
Hex 35 1A 7C 39 4F 0 33 101 41 1D
Octal 65 32 174 71 117 0 63 401 101 35
Binary 110101 11010 1111100 111001 1001111 0 110011 100000001 1000001 11101

Color Harmonies of #351A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351A7C

Black with #351A7C

Text Example


Text Example

White with #351A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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