Html Css Color HEX #3D168C Persian Indigo

📋 copy color: '#3D168C'

red 61 ◦ green 22 ◦ blue 140

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

Shades of Persian Indigo #3D168C

Tints of Persian Indigo #3D168C

RGB

 RED value IS 61 (24.22% from 255) = 27.35%

 GREEN value IS 22 (8.98% from 255) = 9.87%

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

R = 27.35%
G = 9.87%
B = 62.78%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3D168C (or 0x3D168C) is known color: Persian Indigo. HEX triplet: 3D, 16 and 8C. RGB value is (61,22,140). Sum of RGB (Red+Green+Blue) = 61+22+140=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #3D168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D168C is #C2E973. Grayscale: #2E2E2E. Windows color (decimal): -12773748 or 9180733. OLE color: 9180733.

HSL color Cylindrical-coordinate representation of color #3D168C: hue angle of 259.83º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D168C is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 61 22 140 -
CMYK 0.56 0.84 0 0.45
HSL 259.83º 0.73% 0.32% -
HSV(B) 259.83º 0.84% 0.55% -
XYZ 6.95 3.46 25.11 -
YUV 47.11 180.42 137.91 -
System Red Green Blue C M Y K H S L
Decimal 61 22 140 0.56 0.84 0 0.45 259.83 0.73 0.32
Hex 3D 16 8C 38 54 0 2D 104 49 20
Octal 75 26 214 70 124 0 55 404 111 40
Binary 111101 10110 10001100 111000 1010100 0 101101 100000100 1001001 100000

Color Harmonies of #3D168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D168C

Black with #3D168C

Text Example


Text Example

White with #3D168C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D168C; }

 p { color: rgb(61,22,140); }

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

background-color css

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

 a { background-color: rgb(61,22,140); }

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

border-color css

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

 span { border-color: rgb(61,22,140); }

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