Html Css Color HEX #35238D Persian Indigo

📋 copy color: '#35238D'

red 53 ◦ green 35 ◦ blue 141

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

Shades of Persian Indigo #35238D

Tints of Persian Indigo #35238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.28%

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

R = 23.14%
G = 15.28%
B = 61.57%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35238D (or 0x35238D) is known color: Persian Indigo. HEX triplet: 35, 23 and 8D. RGB value is (53,35,141). Sum of RGB (Red+Green+Blue) = 53+35+141=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #35238D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35238D is #CADC72. Grayscale: #343434. Windows color (decimal): -13294707 or 9249589. OLE color: 9249589.

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

Color convert

RGB 53 35 141 -
CMYK 0.62 0.75 0 0.45
HSL 250.19º 0.6% 0.35% -
HSV(B) 250.19º 0.75% 0.55% -
XYZ 6.88 3.88 25.59 -
YUV 52.47 177.96 128.38 -
System Red Green Blue C M Y K H S L
Decimal 53 35 141 0.62 0.75 0 0.45 250.19 0.6 0.35
Hex 35 23 8D 3E 4B 0 2D FA 3C 23
Octal 65 43 215 76 113 0 55 372 74 43
Binary 110101 100011 10001101 111110 1001011 0 101101 11111010 111100 100011

Color Harmonies of #35238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35238D

Black with #35238D

Text Example


Text Example

White with #35238D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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