Html Css Color HEX #350698 Persian Indigo

📋 copy color: '#350698'

red 53 ◦ green 6 ◦ blue 152

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

Shades of Persian Indigo #350698

Tints of Persian Indigo #350698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.84%

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

R = 25.12%
G = 2.84%
B = 72.04%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#350698 (or 0x350698) is known color: Persian Indigo. HEX triplet: 35, 06 and 98. RGB value is (53,6,152). Sum of RGB (Red+Green+Blue) = 53+6+152=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 152 (59.77% from 255 or 72.04% from 211); Max value from RGB is 152 - color contains mainly: blue. Hex color #350698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350698 is #CAF967. Grayscale: #242424. Windows color (decimal): -13302120 or 9963061. OLE color: 9963061.

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

Color convert

RGB 53 6 152 -
CMYK 0.65 0.96 0 0.40
HSL 259.32º 0.92% 0.31% -
HSV(B) 259.32º 0.96% 0.6% -
XYZ 7.2 3.15 29.94 -
YUV 36.7 193.07 139.63 -
System Red Green Blue C M Y K H S L
Decimal 53 6 152 0.65 0.96 0 0.40 259.32 0.92 0.31
Hex 35 6 98 41 60 0 28 103 5C 1F
Octal 65 6 230 101 140 0 50 403 134 37
Binary 110101 110 10011000 1000001 1100000 0 101000 100000011 1011100 11111

Color Harmonies of #350698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350698

Black with #350698

Text Example


Text Example

White with #350698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350698; }

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

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

background-color css

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

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

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

border-color css

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

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

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