Html Css Color HEX #350E7F Persian Indigo

📋 copy color: '#350E7F'

red 53 ◦ green 14 ◦ blue 127

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

Shades of Persian Indigo #350E7F

Tints of Persian Indigo #350E7F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.22%

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

R = 27.32%
G = 7.22%
B = 65.46%

CMYK

 C value IS 0.58

 M value IS 0.89

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#350E7F (or 0x350E7F) is known color: Persian Indigo. HEX triplet: 35, 0E and 7F. RGB value is (53,14,127). Sum of RGB (Red+Green+Blue) = 53+14+127=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 127 (50% from 255 or 65.46% from 194); Max value from RGB is 127 - color contains mainly: blue. Hex color #350E7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350E7F is #CAF180. Grayscale: #262626. Windows color (decimal): -13300097 or 8326709. OLE color: 8326709.

HSL color Cylindrical-coordinate representation of color #350E7F: hue angle of 260.71º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350E7F is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 14 127 -
CMYK 0.58 0.89 0 0.50
HSL 260.71º 0.8% 0.28% -
HSV(B) 260.71º 0.89% 0.5% -
XYZ 5.46 2.6 20.29 -
YUV 38.54 177.92 138.31 -
System Red Green Blue C M Y K H S L
Decimal 53 14 127 0.58 0.89 0 0.50 260.71 0.8 0.28
Hex 35 E 7F 3A 59 0 32 105 50 1C
Octal 65 16 177 72 131 0 62 405 120 34
Binary 110101 1110 1111111 111010 1011001 0 110010 100000101 1010000 11100

Color Harmonies of #350E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350E7F

Black with #350E7F

Text Example


Text Example

White with #350E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350E7F; }

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

 H1.HeaderClassName
 {
   color: #350E7F;
 }
 .AnyTagClassName
 {
   color: #350E7F;
 }
</style>

background-color css

<style>
 a { background-color: #350E7F; }

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

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

border-color css

<style>
 span { border-color: #350E7F; }

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

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