Html Css Color HEX #351B7D Persian Indigo

📋 copy color: '#351B7D'

red 53 ◦ green 27 ◦ blue 125

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

Shades of Persian Indigo #351B7D

Tints of Persian Indigo #351B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 60.98%

R = 25.85%
G = 13.17%
B = 60.98%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#351B7D (or 0x351B7D) is known color: Persian Indigo. HEX triplet: 35, 1B and 7D. RGB value is (53,27,125). Sum of RGB (Red+Green+Blue) = 53+27+125=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #351B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351B7D is #CAE482. Grayscale: #2D2D2D. Windows color (decimal): -13296771 or 8198965. OLE color: 8198965.

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

Color convert

RGB 53 27 125 -
CMYK 0.58 0.78 0 0.51
HSL 255.92º 0.64% 0.3% -
HSV(B) 255.92º 0.78% 0.49% -
XYZ 5.56 3.02 19.69 -
YUV 45.95 172.61 133.03 -
System Red Green Blue C M Y K H S L
Decimal 53 27 125 0.58 0.78 0 0.51 255.92 0.64 0.3
Hex 35 1B 7D 3A 4E 0 33 100 40 1E
Octal 65 33 175 72 116 0 63 400 100 36
Binary 110101 11011 1111101 111010 1001110 0 110011 100000000 1000000 11110

Color Harmonies of #351B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351B7D

Black with #351B7D

Text Example


Text Example

White with #351B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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