Html Css Color HEX #35168D Persian Indigo

📋 copy color: '#35168D'

red 53 ◦ green 22 ◦ blue 141

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

Shades of Persian Indigo #35168D

Tints of Persian Indigo #35168D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.19%

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

R = 24.54%
G = 10.19%
B = 65.28%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35168D (or 0x35168D) is known color: Persian Indigo. HEX triplet: 35, 16 and 8D. RGB value is (53,22,141). Sum of RGB (Red+Green+Blue) = 53+22+141=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #35168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35168D is #CAE972. Grayscale: #2C2C2C. Windows color (decimal): -13298035 or 9246261. OLE color: 9246261.

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

Color convert

RGB 53 22 141 -
CMYK 0.62 0.84 0 0.45
HSL 255.63º 0.73% 0.32% -
HSV(B) 255.63º 0.84% 0.55% -
XYZ 6.56 3.25 25.48 -
YUV 44.84 182.27 133.82 -
System Red Green Blue C M Y K H S L
Decimal 53 22 141 0.62 0.84 0 0.45 255.63 0.73 0.32
Hex 35 16 8D 3E 54 0 2D 100 49 20
Octal 65 26 215 76 124 0 55 400 111 40
Binary 110101 10110 10001101 111110 1010100 0 101101 100000000 1001001 100000

Color Harmonies of #35168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35168D

Black with #35168D

Text Example


Text Example

White with #35168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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