Html Css Color HEX #340375 Persian Indigo

📋 copy color: '#340375'

red 52 ◦ green 3 ◦ blue 117

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

Shades of Persian Indigo #340375

Tints of Persian Indigo #340375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 68.02%

R = 30.23%
G = 1.74%
B = 68.02%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#340375 (or 0x340375) is known color: Persian Indigo. HEX triplet: 34, 03 and 75. RGB value is (52,3,117). Sum of RGB (Red+Green+Blue) = 52+3+117=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 117 (46.09% from 255 or 68.02% from 172); Max value from RGB is 117 - color contains mainly: blue. Hex color #340375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340375 is #CBFC8A. Grayscale: #1E1E1E. Windows color (decimal): -13368459 or 7668532. OLE color: 7668532.

HSL color Cylindrical-coordinate representation of color #340375: hue angle of 265.79º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #340375 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 3 117 -
CMYK 0.56 0.97 0 0.54
HSL 265.79º 0.95% 0.24% -
HSV(B) 265.79º 0.97% 0.46% -
XYZ 4.66 2.08 16.99 -
YUV 30.65 176.73 143.23 -
System Red Green Blue C M Y K H S L
Decimal 52 3 117 0.56 0.97 0 0.54 265.79 0.95 0.24
Hex 34 3 75 38 61 0 36 10A 5F 18
Octal 64 3 165 70 141 0 66 412 137 30
Binary 110100 11 1110101 111000 1100001 0 110110 100001010 1011111 11000

Color Harmonies of #340375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340375

Black with #340375

Text Example


Text Example

White with #340375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340375; }

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

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

background-color css

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

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

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

border-color css

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

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

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