Html Css Color HEX #351F7F Persian Indigo

📋 copy color: '#351F7F'

red 53 ◦ green 31 ◦ blue 127

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

Shades of Persian Indigo #351F7F

Tints of Persian Indigo #351F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 60.19%

R = 25.12%
G = 14.69%
B = 60.19%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#351F7F (or 0x351F7F) is known color: Persian Indigo. HEX triplet: 35, 1F and 7F. RGB value is (53,31,127). Sum of RGB (Red+Green+Blue) = 53+31+127=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #351F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351F7F is #CAE080. Grayscale: #303030. Windows color (decimal): -13295745 or 8331061. OLE color: 8331061.

HSL color Cylindrical-coordinate representation of color #351F7F: hue angle of 253.75º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #351F7F is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 31 127 -
CMYK 0.58 0.76 0 0.50
HSL 253.75º 0.61% 0.31% -
HSV(B) 253.75º 0.76% 0.5% -
XYZ 5.79 3.27 20.4 -
YUV 48.52 172.29 131.19 -
System Red Green Blue C M Y K H S L
Decimal 53 31 127 0.58 0.76 0 0.50 253.75 0.61 0.31
Hex 35 1F 7F 3A 4C 0 32 FE 3D 1F
Octal 65 37 177 72 114 0 62 376 75 37
Binary 110101 11111 1111111 111010 1001100 0 110010 11111110 111101 11111

Color Harmonies of #351F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F7F

Black with #351F7F

Text Example


Text Example

White with #351F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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