Html Css Color HEX #350098 Persian Indigo

📋 copy color: '#350098'

red 53 ◦ green 0 ◦ blue 152

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

Shades of Persian Indigo #350098

Tints of Persian Indigo #350098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25.85%
G = 0%
B = 74.15%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#350098 (or 0x350098) is known color: Persian Indigo. HEX triplet: 35, 00 and 98. RGB value is (53,0,152). Sum of RGB (Red+Green+Blue) = 53+0+152=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 152 (59.77% from 255 or 74.15% from 205); Max value from RGB is 152 - color contains mainly: blue. Hex color #350098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350098 is #CAFF67. Grayscale: #202020. Windows color (decimal): -13303656 or 9961525. OLE color: 9961525.

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

Color convert

RGB 53 0 152 -
CMYK 0.65 1 0 0.40
HSL 260.92º 1% 0.3% -
HSV(B) 260.92º 1% 0.6% -
XYZ 7.14 3.02 29.91 -
YUV 33.18 195.06 142.14 -
System Red Green Blue C M Y K H S L
Decimal 53 0 152 0.65 1 0 0.40 260.92 1 0.3
Hex 35 0 98 41 64 0 28 105 64 1E
Octal 65 0 230 101 144 0 50 405 144 36
Binary 110101 0 10011000 1000001 1100100 0 101000 100000101 1100100 11110

Color Harmonies of #350098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350098

Black with #350098

Text Example


Text Example

White with #350098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350098; }

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

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

background-color css

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

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

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

border-color css

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

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

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