Html Css Color HEX #34038C Persian Indigo

📋 copy color: '#34038C'

red 52 ◦ green 3 ◦ blue 140

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

Shades of Persian Indigo #34038C

Tints of Persian Indigo #34038C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.54%

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

R = 26.67%
G = 1.54%
B = 71.79%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34038C (or 0x34038C) is known color: Persian Indigo. HEX triplet: 34, 03 and 8C. RGB value is (52,3,140). Sum of RGB (Red+Green+Blue) = 52+3+140=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 140 (55.08% from 255 or 71.79% from 195); Max value from RGB is 140 - color contains mainly: blue. Hex color #34038C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34038C is #CBFC73. Grayscale: #202020. Windows color (decimal): -13368436 or 9175860. OLE color: 9175860.

HSL color Cylindrical-coordinate representation of color #34038C: hue angle of 261.46º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34038C is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 3 140 -
CMYK 0.63 0.98 0 0.45
HSL 261.46º 0.96% 0.28% -
HSV(B) 261.46º 0.98% 0.55% -
XYZ 6.18 2.69 25 -
YUV 33.27 188.23 141.36 -
System Red Green Blue C M Y K H S L
Decimal 52 3 140 0.63 0.98 0 0.45 261.46 0.96 0.28
Hex 34 3 8C 3F 62 0 2D 105 60 1C
Octal 64 3 214 77 142 0 55 405 140 34
Binary 110100 11 10001100 111111 1100010 0 101101 100000101 1100000 11100

Color Harmonies of #34038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34038C

Black with #34038C

Text Example


Text Example

White with #34038C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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