Html Css Color HEX #34258D Persian Indigo

📋 copy color: '#34258D'

red 52 ◦ green 37 ◦ blue 141

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

Shades of Persian Indigo #34258D

Tints of Persian Indigo #34258D

RGB

 RED value IS 52 (20.7% from 255) = 22.61%

 GREEN value IS 37 (14.84% from 255) = 16.09%

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

R = 22.61%
G = 16.09%
B = 61.3%

CMYK

 C value IS 0.63

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34258D (or 0x34258D) is known color: Persian Indigo. HEX triplet: 34, 25 and 8D. RGB value is (52,37,141). Sum of RGB (Red+Green+Blue) = 52+37+141=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #34258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34258D is #CBDA72. Grayscale: #343434. Windows color (decimal): -13359731 or 9250100. OLE color: 9250100.

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

Color convert

RGB 52 37 141 -
CMYK 0.63 0.74 0 0.45
HSL 248.65º 0.58% 0.35% -
HSV(B) 248.65º 0.74% 0.55% -
XYZ 6.89 3.98 25.6 -
YUV 53.34 177.47 127.04 -
System Red Green Blue C M Y K H S L
Decimal 52 37 141 0.63 0.74 0 0.45 248.65 0.58 0.35
Hex 34 25 8D 3F 4A 0 2D F9 3A 23
Octal 64 45 215 77 112 0 55 371 72 43
Binary 110100 100101 10001101 111111 1001010 0 101101 11111001 111010 100011

Color Harmonies of #34258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34258D

Black with #34258D

Text Example


Text Example

White with #34258D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,37,141); }

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

background-color css

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

 a { background-color: rgb(52,37,141); }

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

border-color css

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

 span { border-color: rgb(52,37,141); }

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