Html Css Color HEX #351899 Persian Indigo

📋 copy color: '#351899'

red 53 ◦ green 24 ◦ blue 153

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

Shades of Persian Indigo #351899

Tints of Persian Indigo #351899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.43%

 BLUE value IS 153 (60.16% from 255) = 66.52%

R = 23.04%
G = 10.43%
B = 66.52%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#351899 (or 0x351899) is known color: Persian Indigo. HEX triplet: 35, 18 and 99. RGB value is (53,24,153). Sum of RGB (Red+Green+Blue) = 53+24+153=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #351899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351899 is #CAE766. Grayscale: #2E2E2E. Windows color (decimal): -13297511 or 10033205. OLE color: 10033205.

HSL color Cylindrical-coordinate representation of color #351899: hue angle of 253.49º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #351899 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 24 153 -
CMYK 0.65 0.84 0 0.4
HSL 253.49º 0.73% 0.35% -
HSV(B) 253.49º 0.84% 0.6% -
XYZ 7.54 3.71 30.46 -
YUV 47.38 187.61 132.01 -
System Red Green Blue C M Y K H S L
Decimal 53 24 153 0.65 0.84 0 0.4 253.49 0.73 0.35
Hex 35 18 99 41 54 0 28 FD 49 23
Octal 65 30 231 101 124 0 50 375 111 43
Binary 110101 11000 10011001 1000001 1010100 0 101000 11111101 1001001 100011

Color Harmonies of #351899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351899

Black with #351899

Text Example


Text Example

White with #351899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351899; }

 p { color: rgb(53,24,153); }

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

background-color css

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

 a { background-color: rgb(53,24,153); }

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

border-color css

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

 span { border-color: rgb(53,24,153); }

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