Html Css Color HEX #35178C Persian Indigo

📋 copy color: '#35178C'

red 53 ◦ green 23 ◦ blue 140

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

Shades of Persian Indigo #35178C

Tints of Persian Indigo #35178C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.65%

 BLUE value IS 140 (55.08% from 255) = 64.81%

R = 24.54%
G = 10.65%
B = 64.81%

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

#35178C (or 0x35178C) is known color: Persian Indigo. HEX triplet: 35, 17 and 8C. RGB value is (53,23,140). Sum of RGB (Red+Green+Blue) = 53+23+140=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 140 (55.08% from 255 or 64.81% from 216); Max value from RGB is 140 - color contains mainly: blue. Hex color #35178C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35178C is #CAE873. Grayscale: #2C2C2C. Windows color (decimal): -13297780 or 9180981. OLE color: 9180981.

HSL color Cylindrical-coordinate representation of color #35178C: hue angle of 255.38º degrees, saturation: 0.72, 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 #35178C is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 23 140 -
CMYK 0.62 0.84 0 0.45
HSL 255.38º 0.72% 0.32% -
HSV(B) 255.38º 0.84% 0.55% -
XYZ 6.51 3.26 25.1 -
YUV 45.31 181.44 133.49 -
System Red Green Blue C M Y K H S L
Decimal 53 23 140 0.62 0.84 0 0.45 255.38 0.72 0.32
Hex 35 17 8C 3E 54 0 2D FF 48 20
Octal 65 27 214 76 124 0 55 377 110 40
Binary 110101 10111 10001100 111110 1010100 0 101101 11111111 1001000 100000

Color Harmonies of #35178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35178C

Black with #35178C

Text Example


Text Example

White with #35178C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,23,140); }

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

background-color css

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

 a { background-color: rgb(53,23,140); }

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

border-color css

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

 span { border-color: rgb(53,23,140); }

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