Html Css Color HEX #35117D Persian Indigo

📋 copy color: '#35117D'

red 53 ◦ green 17 ◦ blue 125

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

Shades of Persian Indigo #35117D

Tints of Persian Indigo #35117D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.72%

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

R = 27.18%
G = 8.72%
B = 64.1%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35117D (or 0x35117D) is known color: Persian Indigo. HEX triplet: 35, 11 and 7D. RGB value is (53,17,125). Sum of RGB (Red+Green+Blue) = 53+17+125=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #35117D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35117D is #CAEE82. Grayscale: #272727. Windows color (decimal): -13299331 or 8196405. OLE color: 8196405.

HSL color Cylindrical-coordinate representation of color #35117D: hue angle of 260º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #35117D is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 17 125 -
CMYK 0.58 0.86 0 0.51
HSL 260º 0.76% 0.28% -
HSV(B) 260º 0.86% 0.49% -
XYZ 5.37 2.64 19.63 -
YUV 40.08 175.93 137.22 -
System Red Green Blue C M Y K H S L
Decimal 53 17 125 0.58 0.86 0 0.51 260 0.76 0.28
Hex 35 11 7D 3A 56 0 33 104 4C 1C
Octal 65 21 175 72 126 0 63 404 114 34
Binary 110101 10001 1111101 111010 1010110 0 110011 100000100 1001100 11100

Color Harmonies of #35117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35117D

Black with #35117D

Text Example


Text Example

White with #35117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35117D; }

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

 H1.HeaderClassName
 {
   color: #35117D;
 }
 .AnyTagClassName
 {
   color: #35117D;
 }
</style>

background-color css

<style>
 a { background-color: #35117D; }

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

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

border-color css

<style>
 span { border-color: #35117D; }

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

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