Html Css Color HEX #35157C Persian Indigo

📋 copy color: '#35157C'

red 53 ◦ green 21 ◦ blue 124

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

Shades of Persian Indigo #35157C

Tints of Persian Indigo #35157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.61%

 BLUE value IS 124 (48.83% from 255) = 62.63%

R = 26.77%
G = 10.61%
B = 62.63%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35157C (or 0x35157C) is known color: Persian Indigo. HEX triplet: 35, 15 and 7C. RGB value is (53,21,124). Sum of RGB (Red+Green+Blue) = 53+21+124=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 124 (48.83% from 255 or 62.63% from 198); Max value from RGB is 124 - color contains mainly: blue. Hex color #35157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35157C is #CAEA83. Grayscale: #292929. Windows color (decimal): -13298308 or 8131893. OLE color: 8131893.

HSL color Cylindrical-coordinate representation of color #35157C: hue angle of 258.64º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35157C is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 21 124 -
CMYK 0.57 0.83 0 0.51
HSL 258.64º 0.71% 0.28% -
HSV(B) 258.64º 0.83% 0.49% -
XYZ 5.37 2.75 19.32 -
YUV 42.31 174.1 135.62 -
System Red Green Blue C M Y K H S L
Decimal 53 21 124 0.57 0.83 0 0.51 258.64 0.71 0.28
Hex 35 15 7C 39 53 0 33 103 47 1C
Octal 65 25 174 71 123 0 63 403 107 34
Binary 110101 10101 1111100 111001 1010011 0 110011 100000011 1000111 11100

Color Harmonies of #35157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35157C

Black with #35157C

Text Example


Text Example

White with #35157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35157C; }

 p { color: rgb(53,21,124); }

 H1.HeaderClassName
 {
   color: #35157C;
 }
 .AnyTagClassName
 {
   color: #35157C;
 }
</style>

background-color css

<style>
 a { background-color: #35157C; }

 a { background-color: rgb(53,21,124); }

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

border-color css

<style>
 span { border-color: #35157C; }

 span { border-color: rgb(53,21,124); }

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