Html Css Color HEX #35008D Persian Indigo

📋 copy color: '#35008D'

red 53 ◦ green 0 ◦ blue 141

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

Shades of Persian Indigo #35008D

Tints of Persian Indigo #35008D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 72.68%

R = 27.32%
G = 0%
B = 72.68%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35008D (or 0x35008D) is known color: Persian Indigo. HEX triplet: 35, 00 and 8D. RGB value is (53,0,141). Sum of RGB (Red+Green+Blue) = 53+0+141=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 141 (55.47% from 255 or 72.68% from 194); Max value from RGB is 141 - color contains mainly: blue. Hex color #35008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35008D is #CAFF72. Grayscale: #1F1F1F. Windows color (decimal): -13303667 or 9240629. OLE color: 9240629.

HSL color Cylindrical-coordinate representation of color #35008D: hue angle of 262.55º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35008D is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 0 141 -
CMYK 0.62 1 0 0.45
HSL 262.55º 1% 0.28% -
HSV(B) 262.55º 1% 0.55% -
XYZ 6.28 2.68 25.39 -
YUV 31.92 189.56 143.04 -
System Red Green Blue C M Y K H S L
Decimal 53 0 141 0.62 1 0 0.45 262.55 1 0.28
Hex 35 0 8D 3E 64 0 2D 107 64 1C
Octal 65 0 215 76 144 0 55 407 144 34
Binary 110101 0 10001101 111110 1100100 0 101101 100000111 1100100 11100

Color Harmonies of #35008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35008D

Black with #35008D

Text Example


Text Example

White with #35008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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