Html Css Color HEX #34257C Persian Indigo

📋 copy color: '#34257C'

red 52 ◦ green 37 ◦ blue 124

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

Shades of Persian Indigo #34257C

Tints of Persian Indigo #34257C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 58.22%

R = 24.41%
G = 17.37%
B = 58.22%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34257C (or 0x34257C) is known color: Persian Indigo. HEX triplet: 34, 25 and 7C. RGB value is (52,37,124). Sum of RGB (Red+Green+Blue) = 52+37+124=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #34257C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34257C is #CBDA83. Grayscale: #333333. Windows color (decimal): -13359748 or 8135988. OLE color: 8135988.

HSL color Cylindrical-coordinate representation of color #34257C: hue angle of 250.34º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34257C is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 37 124 -
CMYK 0.58 0.70 0 0.51
HSL 250.34º 0.54% 0.32% -
HSV(B) 250.34º 0.7% 0.49% -
XYZ 5.72 3.51 19.44 -
YUV 51.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 52 37 124 0.58 0.70 0 0.51 250.34 0.54 0.32
Hex 34 25 7C 3A 46 0 33 FA 36 20
Octal 64 45 174 72 106 0 63 372 66 40
Binary 110100 100101 1111100 111010 1000110 0 110011 11111010 110110 100000

Color Harmonies of #34257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34257C

Black with #34257C

Text Example


Text Example

White with #34257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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