Html Css Color HEX #3D097F Persian Indigo

📋 copy color: '#3D097F'

red 61 ◦ green 9 ◦ blue 127

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

Shades of Persian Indigo #3D097F

Tints of Persian Indigo #3D097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 64.47%

R = 30.96%
G = 4.57%
B = 64.47%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3D097F (or 0x3D097F) is known color: Persian Indigo. HEX triplet: 3D, 09 and 7F. RGB value is (61,9,127). Sum of RGB (Red+Green+Blue) = 61+9+127=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #3D097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D097F is #C2F680. Grayscale: #252525. Windows color (decimal): -12777089 or 8325437. OLE color: 8325437.

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

Color convert

RGB 61 9 127 -
CMYK 0.52 0.93 0 0.50
HSL 266.44º 0.87% 0.27% -
HSV(B) 266.44º 0.93% 0.5% -
XYZ 5.85 2.72 20.3 -
YUV 38 178.23 144.41 -
System Red Green Blue C M Y K H S L
Decimal 61 9 127 0.52 0.93 0 0.50 266.44 0.87 0.27
Hex 3D 9 7F 34 5D 0 32 10A 57 1B
Octal 75 11 177 64 135 0 62 412 127 33
Binary 111101 1001 1111111 110100 1011101 0 110010 100001010 1010111 11011

Color Harmonies of #3D097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D097F

Black with #3D097F

Text Example


Text Example

White with #3D097F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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