Html Css Color HEX #34247B Persian Indigo

📋 copy color: '#34247B'

red 52 ◦ green 36 ◦ blue 123

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

Shades of Persian Indigo #34247B

Tints of Persian Indigo #34247B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 58.29%

R = 24.64%
G = 17.06%
B = 58.29%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#34247B (or 0x34247B) is known color: Persian Indigo. HEX triplet: 34, 24 and 7B. RGB value is (52,36,123). Sum of RGB (Red+Green+Blue) = 52+36+123=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #34247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34247B is #CBDB84. Grayscale: #323232. Windows color (decimal): -13360005 or 8070196. OLE color: 8070196.

HSL color Cylindrical-coordinate representation of color #34247B: hue angle of 251.03º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34247B is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 36 123 -
CMYK 0.58 0.71 0 0.52
HSL 251.03º 0.55% 0.31% -
HSV(B) 251.03º 0.71% 0.48% -
XYZ 5.62 3.42 19.1 -
YUV 50.7 168.8 128.93 -
System Red Green Blue C M Y K H S L
Decimal 52 36 123 0.58 0.71 0 0.52 251.03 0.55 0.31
Hex 34 24 7B 3A 47 0 34 FB 37 1F
Octal 64 44 173 72 107 0 64 373 67 37
Binary 110100 100100 1111011 111010 1000111 0 110100 11111011 110111 11111

Color Harmonies of #34247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34247B

Black with #34247B

Text Example


Text Example

White with #34247B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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