Html Css Color HEX #34248B Persian Indigo

📋 copy color: '#34248B'

red 52 ◦ green 36 ◦ blue 139

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

Shades of Persian Indigo #34248B

Tints of Persian Indigo #34248B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.86%

 BLUE value IS 139 (54.69% from 255) = 61.23%

R = 22.91%
G = 15.86%
B = 61.23%

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

#34248B (or 0x34248B) is known color: Persian Indigo. HEX triplet: 34, 24 and 8B. RGB value is (52,36,139). Sum of RGB (Red+Green+Blue) = 52+36+139=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #34248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34248B is #CBDB74. Grayscale: #343434. Windows color (decimal): -13359989 or 9118772. OLE color: 9118772.

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

Color convert

RGB 52 36 139 -
CMYK 0.63 0.74 0 0.45
HSL 249.32º 0.59% 0.34% -
HSV(B) 249.32º 0.74% 0.55% -
XYZ 6.71 3.86 24.82 -
YUV 52.53 176.8 127.62 -
System Red Green Blue C M Y K H S L
Decimal 52 36 139 0.63 0.74 0 0.45 249.32 0.59 0.34
Hex 34 24 8B 3F 4A 0 2D F9 3B 22
Octal 64 44 213 77 112 0 55 371 73 42
Binary 110100 100100 10001011 111111 1001010 0 101101 11111001 111011 100010

Color Harmonies of #34248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34248B

Black with #34248B

Text Example


Text Example

White with #34248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34248B; }

 p { color: rgb(52,36,139); }

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

background-color css

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

 a { background-color: rgb(52,36,139); }

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

border-color css

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

 span { border-color: rgb(52,36,139); }

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