Html Css Color HEX #350398 Persian Indigo

📋 copy color: '#350398'

red 53 ◦ green 3 ◦ blue 152

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

Shades of Persian Indigo #350398

Tints of Persian Indigo #350398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 25.48%
G = 1.44%
B = 73.08%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#350398 (or 0x350398) is known color: Persian Indigo. HEX triplet: 35, 03 and 98. RGB value is (53,3,152). Sum of RGB (Red+Green+Blue) = 53+3+152=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 152 (59.77% from 255 or 73.08% from 208); Max value from RGB is 152 - color contains mainly: blue. Hex color #350398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350398 is #CAFC67. Grayscale: #222222. Windows color (decimal): -13302888 or 9962293. OLE color: 9962293.

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

Color convert

RGB 53 3 152 -
CMYK 0.65 0.98 0 0.40
HSL 260.13º 0.96% 0.3% -
HSV(B) 260.13º 0.98% 0.6% -
XYZ 7.17 3.09 29.92 -
YUV 34.94 194.07 140.88 -
System Red Green Blue C M Y K H S L
Decimal 53 3 152 0.65 0.98 0 0.40 260.13 0.96 0.3
Hex 35 3 98 41 62 0 28 104 60 1E
Octal 65 3 230 101 142 0 50 404 140 36
Binary 110101 11 10011000 1000001 1100010 0 101000 100000100 1100000 11110

Color Harmonies of #350398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350398

Black with #350398

Text Example


Text Example

White with #350398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350398; }

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

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

background-color css

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

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

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

border-color css

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

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

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