Html Css Color HEX #3D0C89 Persian Indigo

📋 copy color: '#3D0C89'

red 61 ◦ green 12 ◦ blue 137

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

Shades of Persian Indigo #3D0C89

Tints of Persian Indigo #3D0C89

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.71%

 BLUE value IS 137 (53.91% from 255) = 65.24%

R = 29.05%
G = 5.71%
B = 65.24%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3D0C89 (or 0x3D0C89) is known color: Persian Indigo. HEX triplet: 3D, 0C and 89. RGB value is (61,12,137). Sum of RGB (Red+Green+Blue) = 61+12+137=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #3D0C89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0C89 is #C2F376. Grayscale: #282828. Windows color (decimal): -12776311 or 8981565. OLE color: 8981565.

HSL color Cylindrical-coordinate representation of color #3D0C89: hue angle of 263.52º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D0C89 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 61 12 137 -
CMYK 0.55 0.91 0 0.46
HSL 263.52º 0.84% 0.29% -
HSV(B) 263.52º 0.91% 0.54% -
XYZ 6.57 3.06 23.91 -
YUV 40.9 182.23 142.34 -
System Red Green Blue C M Y K H S L
Decimal 61 12 137 0.55 0.91 0 0.46 263.52 0.84 0.29
Hex 3D C 89 37 5B 0 2E 108 54 1D
Octal 75 14 211 67 133 0 56 410 124 35
Binary 111101 1100 10001001 110111 1011011 0 101110 100001000 1010100 11101

Color Harmonies of #3D0C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0C89

Black with #3D0C89

Text Example


Text Example

White with #3D0C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,12,137); }

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

background-color css

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

 a { background-color: rgb(61,12,137); }

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

border-color css

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

 span { border-color: rgb(61,12,137); }

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