Html Css Color HEX #34248C Persian Indigo

📋 copy color: '#34248C'

red 52 ◦ green 36 ◦ blue 140

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

Shades of Persian Indigo #34248C

Tints of Persian Indigo #34248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 61.4%

R = 22.81%
G = 15.79%
B = 61.4%

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

#34248C (or 0x34248C) is known color: Persian Indigo. HEX triplet: 34, 24 and 8C. RGB value is (52,36,140). Sum of RGB (Red+Green+Blue) = 52+36+140=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #34248C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34248C is #CBDB73. Grayscale: #343434. Windows color (decimal): -13359988 or 9184308. OLE color: 9184308.

HSL color Cylindrical-coordinate representation of color #34248C: hue angle of 249.23º degrees, saturation: 0.59, 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 #34248C is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 36 140 -
CMYK 0.63 0.74 0 0.45
HSL 249.23º 0.59% 0.35% -
HSV(B) 249.23º 0.74% 0.55% -
XYZ 6.78 3.89 25.2 -
YUV 52.64 177.3 127.54 -
System Red Green Blue C M Y K H S L
Decimal 52 36 140 0.63 0.74 0 0.45 249.23 0.59 0.35
Hex 34 24 8C 3F 4A 0 2D F9 3B 23
Octal 64 44 214 77 112 0 55 371 73 43
Binary 110100 100100 10001100 111111 1001010 0 101101 11111001 111011 100011

Color Harmonies of #34248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34248C

Black with #34248C

Text Example


Text Example

White with #34248C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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