Html Css Color HEX #350498 Persian Indigo

📋 copy color: '#350498'

red 53 ◦ green 4 ◦ blue 152

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

Shades of Persian Indigo #350498

Tints of Persian Indigo #350498

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.91%

 BLUE value IS 152 (59.77% from 255) = 72.73%

R = 25.36%
G = 1.91%
B = 72.73%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#350498 (or 0x350498) is known color: Persian Indigo. HEX triplet: 35, 04 and 98. RGB value is (53,4,152). Sum of RGB (Red+Green+Blue) = 53+4+152=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 152 (59.77% from 255 or 72.73% from 209); Max value from RGB is 152 - color contains mainly: blue. Hex color #350498 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350498 is #CAFB67. Grayscale: #222222. Windows color (decimal): -13302632 or 9962549. OLE color: 9962549.

HSL color Cylindrical-coordinate representation of color #350498: hue angle of 259.86º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #350498 is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 4 152 -
CMYK 0.65 0.97 0 0.40
HSL 259.86º 0.95% 0.31% -
HSV(B) 259.86º 0.97% 0.6% -
XYZ 7.18 3.11 29.93 -
YUV 35.52 193.73 140.47 -
System Red Green Blue C M Y K H S L
Decimal 53 4 152 0.65 0.97 0 0.40 259.86 0.95 0.31
Hex 35 4 98 41 61 0 28 104 5F 1F
Octal 65 4 230 101 141 0 50 404 137 37
Binary 110101 100 10011000 1000001 1100001 0 101000 100000100 1011111 11111

Color Harmonies of #350498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350498

Black with #350498

Text Example


Text Example

White with #350498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350498; }

 p { color: rgb(53,4,152); }

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

background-color css

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

 a { background-color: rgb(53,4,152); }

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

border-color css

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

 span { border-color: rgb(53,4,152); }

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