Html Css Color HEX #350298 Persian Indigo

📋 copy color: '#350298'

red 53 ◦ green 2 ◦ blue 152

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

Shades of Persian Indigo #350298

Tints of Persian Indigo #350298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

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

R = 25.6%
G = 0.97%
B = 73.43%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#350298 (or 0x350298) is known color: Persian Indigo. HEX triplet: 35, 02 and 98. RGB value is (53,2,152). Sum of RGB (Red+Green+Blue) = 53+2+152=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 152 (59.77% from 255 or 73.43% from 207); Max value from RGB is 152 - color contains mainly: blue. Hex color #350298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350298 is #CAFD67. Grayscale: #212121. Windows color (decimal): -13303144 or 9962037. OLE color: 9962037.

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

Color convert

RGB 53 2 152 -
CMYK 0.65 0.99 0 0.40
HSL 260.4º 0.97% 0.3% -
HSV(B) 260.4º 0.99% 0.6% -
XYZ 7.16 3.07 29.92 -
YUV 34.35 194.4 141.3 -
System Red Green Blue C M Y K H S L
Decimal 53 2 152 0.65 0.99 0 0.40 260.4 0.97 0.3
Hex 35 2 98 41 63 0 28 104 61 1E
Octal 65 2 230 101 143 0 50 404 141 36
Binary 110101 10 10011000 1000001 1100011 0 101000 100000100 1100001 11110

Color Harmonies of #350298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350298

Black with #350298

Text Example


Text Example

White with #350298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350298; }

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

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

background-color css

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

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

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

border-color css

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

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

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