Html Css Color HEX #35218D Persian Indigo

📋 copy color: '#35218D'

red 53 ◦ green 33 ◦ blue 141

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

Shades of Persian Indigo #35218D

Tints of Persian Indigo #35218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.54%

 BLUE value IS 141 (55.47% from 255) = 62.11%

R = 23.35%
G = 14.54%
B = 62.11%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35218D (or 0x35218D) is known color: Persian Indigo. HEX triplet: 35, 21 and 8D. RGB value is (53,33,141). Sum of RGB (Red+Green+Blue) = 53+33+141=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #35218D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35218D is #CADE72. Grayscale: #323232. Windows color (decimal): -13295219 or 9249077. OLE color: 9249077.

HSL color Cylindrical-coordinate representation of color #35218D: hue angle of 251.11º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35218D is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 33 141 -
CMYK 0.62 0.77 0 0.45
HSL 251.11º 0.62% 0.34% -
HSV(B) 251.11º 0.77% 0.55% -
XYZ 6.82 3.77 25.57 -
YUV 51.29 178.63 129.22 -
System Red Green Blue C M Y K H S L
Decimal 53 33 141 0.62 0.77 0 0.45 251.11 0.62 0.34
Hex 35 21 8D 3E 4D 0 2D FB 3E 22
Octal 65 41 215 76 115 0 55 373 76 42
Binary 110101 100001 10001101 111110 1001101 0 101101 11111011 111110 100010

Color Harmonies of #35218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35218D

Black with #35218D

Text Example


Text Example

White with #35218D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,33,141); }

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

background-color css

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

 a { background-color: rgb(53,33,141); }

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

border-color css

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

 span { border-color: rgb(53,33,141); }

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