Html Css Color HEX #351F70 Persian Indigo

📋 copy color: '#351F70'

red 53 ◦ green 31 ◦ blue 112

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

Shades of Persian Indigo #351F70

Tints of Persian Indigo #351F70

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.82%

 BLUE value IS 112 (44.14% from 255) = 57.14%

R = 27.04%
G = 15.82%
B = 57.14%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#351F70 (or 0x351F70) is known color: Persian Indigo. HEX triplet: 35, 1F and 70. RGB value is (53,31,112). Sum of RGB (Red+Green+Blue) = 53+31+112=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #351F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351F70 is #CAE08F. Grayscale: #2E2E2E. Windows color (decimal): -13295760 or 7348021. OLE color: 7348021.

HSL color Cylindrical-coordinate representation of color #351F70: hue angle of 256.3º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #351F70 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 31 112 -
CMYK 0.53 0.72 0 0.56
HSL 256.3º 0.57% 0.28% -
HSV(B) 256.3º 0.72% 0.44% -
XYZ 4.88 2.91 15.63 -
YUV 46.81 164.79 132.41 -
System Red Green Blue C M Y K H S L
Decimal 53 31 112 0.53 0.72 0 0.56 256.3 0.57 0.28
Hex 35 1F 70 35 48 0 38 100 39 1C
Octal 65 37 160 65 110 0 70 400 71 34
Binary 110101 11111 1110000 110101 1001000 0 111000 100000000 111001 11100

Color Harmonies of #351F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F70

Black with #351F70

Text Example


Text Example

White with #351F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,31,112); }

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

background-color css

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

 a { background-color: rgb(53,31,112); }

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

border-color css

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

 span { border-color: rgb(53,31,112); }

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