Html Css Color HEX #3D0F6C Persian Indigo

📋 copy color: '#3D0F6C'

red 61 ◦ green 15 ◦ blue 108

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

Shades of Persian Indigo #3D0F6C

Tints of Persian Indigo #3D0F6C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.15%

 BLUE value IS 108 (42.58% from 255) = 58.7%

R = 33.15%
G = 8.15%
B = 58.7%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3D0F6C (or 0x3D0F6C) is known color: Persian Indigo. HEX triplet: 3D, 0F and 6C. RGB value is (61,15,108). Sum of RGB (Red+Green+Blue) = 61+15+108=184 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.15% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #3D0F6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0F6C is #C2F093. Grayscale: #272727. Windows color (decimal): -12775572 or 7081789. OLE color: 7081789.

HSL color Cylindrical-coordinate representation of color #3D0F6C: hue angle of 269.68º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D0F6C is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 61 15 108 -
CMYK 0.44 0.86 0 0.58
HSL 269.68º 0.76% 0.24% -
HSV(B) 269.68º 0.86% 0.42% -
XYZ 4.8 2.42 14.4 -
YUV 39.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 61 15 108 0.44 0.86 0 0.58 269.68 0.76 0.24
Hex 3D F 6C 2C 56 0 3A 10E 4C 18
Octal 75 17 154 54 126 0 72 416 114 30
Binary 111101 1111 1101100 101100 1010110 0 111010 100001110 1001100 11000

Color Harmonies of #3D0F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0F6C

Black with #3D0F6C

Text Example


Text Example

White with #3D0F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,15,108); }

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

background-color css

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

 a { background-color: rgb(61,15,108); }

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

border-color css

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

 span { border-color: rgb(61,15,108); }

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