Html Css Color HEX #34238B Persian Indigo

📋 copy color: '#34238B'

red 52 ◦ green 35 ◦ blue 139

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

Shades of Persian Indigo #34238B

Tints of Persian Indigo #34238B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.49%

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

R = 23.01%
G = 15.49%
B = 61.5%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34238B (or 0x34238B) is known color: Persian Indigo. HEX triplet: 34, 23 and 8B. RGB value is (52,35,139). Sum of RGB (Red+Green+Blue) = 52+35+139=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #34238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34238B is #CBDC74. Grayscale: #333333. Windows color (decimal): -13360245 or 9118516. OLE color: 9118516.

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

Color convert

RGB 52 35 139 -
CMYK 0.63 0.75 0 0.45
HSL 249.81º 0.6% 0.34% -
HSV(B) 249.81º 0.75% 0.55% -
XYZ 6.68 3.8 24.81 -
YUV 51.94 177.13 128.04 -
System Red Green Blue C M Y K H S L
Decimal 52 35 139 0.63 0.75 0 0.45 249.81 0.6 0.34
Hex 34 23 8B 3F 4B 0 2D FA 3C 22
Octal 64 43 213 77 113 0 55 372 74 42
Binary 110100 100011 10001011 111111 1001011 0 101101 11111010 111100 100010

Color Harmonies of #34238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34238B

Black with #34238B

Text Example


Text Example

White with #34238B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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