Html Css Color HEX #3D097E Persian Indigo

📋 copy color: '#3D097E'

red 61 ◦ green 9 ◦ blue 126

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

Shades of Persian Indigo #3D097E

Tints of Persian Indigo #3D097E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.59%

 BLUE value IS 126 (49.61% from 255) = 64.29%

R = 31.12%
G = 4.59%
B = 64.29%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3D097E (or 0x3D097E) is known color: Persian Indigo. HEX triplet: 3D, 09 and 7E. RGB value is (61,9,126). Sum of RGB (Red+Green+Blue) = 61+9+126=196 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.12% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 126 (49.61% from 255 or 64.29% from 196); Max value from RGB is 126 - color contains mainly: blue. Hex color #3D097E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D097E is #C2F681. Grayscale: #252525. Windows color (decimal): -12777090 or 8259901. OLE color: 8259901.

HSL color Cylindrical-coordinate representation of color #3D097E: hue angle of 266.67º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D097E is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 61 9 126 -
CMYK 0.52 0.93 0 0.51
HSL 266.67º 0.87% 0.26% -
HSV(B) 266.67º 0.93% 0.49% -
XYZ 5.79 2.69 19.95 -
YUV 37.89 177.73 144.49 -
System Red Green Blue C M Y K H S L
Decimal 61 9 126 0.52 0.93 0 0.51 266.67 0.87 0.26
Hex 3D 9 7E 34 5D 0 33 10B 57 1A
Octal 75 11 176 64 135 0 63 413 127 32
Binary 111101 1001 1111110 110100 1011101 0 110011 100001011 1010111 11010

Color Harmonies of #3D097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D097E

Black with #3D097E

Text Example


Text Example

White with #3D097E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,9,126); }

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

background-color css

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

 a { background-color: rgb(61,9,126); }

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

border-color css

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

 span { border-color: rgb(61,9,126); }

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