Html Css Color HEX #350D9C Persian Indigo

📋 copy color: '#350D9C'

red 53 ◦ green 13 ◦ blue 156

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

Shades of Persian Indigo #350D9C

Tints of Persian Indigo #350D9C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.86%

 BLUE value IS 156 (61.33% from 255) = 70.27%

R = 23.87%
G = 5.86%
B = 70.27%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#350D9C (or 0x350D9C) is known color: Persian Indigo. HEX triplet: 35, 0D and 9C. RGB value is (53,13,156). Sum of RGB (Red+Green+Blue) = 53+13+156=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 156 (61.33% from 255 or 70.27% from 222); Max value from RGB is 156 - color contains mainly: blue. Hex color #350D9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350D9C is #CAF263. Grayscale: #282828. Windows color (decimal): -13300324 or 10226997. OLE color: 10226997.

HSL color Cylindrical-coordinate representation of color #350D9C: hue angle of 256.78º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350D9C is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 13 156 -
CMYK 0.66 0.92 0 0.39
HSL 256.78º 0.85% 0.33% -
HSV(B) 256.78º 0.92% 0.61% -
XYZ 7.61 3.45 31.72 -
YUV 41.26 192.75 136.37 -
System Red Green Blue C M Y K H S L
Decimal 53 13 156 0.66 0.92 0 0.39 256.78 0.85 0.33
Hex 35 D 9C 42 5C 0 27 101 55 21
Octal 65 15 234 102 134 0 47 401 125 41
Binary 110101 1101 10011100 1000010 1011100 0 100111 100000001 1010101 100001

Color Harmonies of #350D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350D9C

Black with #350D9C

Text Example


Text Example

White with #350D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,13,156); }

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

background-color css

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

 a { background-color: rgb(53,13,156); }

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

border-color css

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

 span { border-color: rgb(53,13,156); }

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