Html Css Color HEX #34228D Persian Indigo

📋 copy color: '#34228D'

red 52 ◦ green 34 ◦ blue 141

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

Shades of Persian Indigo #34228D

Tints of Persian Indigo #34228D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.98%

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

R = 22.91%
G = 14.98%
B = 62.11%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34228D (or 0x34228D) is known color: Persian Indigo. HEX triplet: 34, 22 and 8D. RGB value is (52,34,141). Sum of RGB (Red+Green+Blue) = 52+34+141=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #34228D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34228D is #CBDD72. Grayscale: #333333. Windows color (decimal): -13360499 or 9249332. OLE color: 9249332.

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

Color convert

RGB 52 34 141 -
CMYK 0.63 0.76 0 0.45
HSL 250.09º 0.61% 0.34% -
HSV(B) 250.09º 0.76% 0.55% -
XYZ 6.8 3.8 25.57 -
YUV 51.58 178.46 128.3 -
System Red Green Blue C M Y K H S L
Decimal 52 34 141 0.63 0.76 0 0.45 250.09 0.61 0.34
Hex 34 22 8D 3F 4C 0 2D FA 3D 22
Octal 64 42 215 77 114 0 55 372 75 42
Binary 110100 100010 10001101 111111 1001100 0 101101 11111010 111101 100010

Color Harmonies of #34228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34228D

Black with #34228D

Text Example


Text Example

White with #34228D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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