Html Css Color HEX #3C0D89 Persian Indigo

📋 copy color: '#3C0D89'

red 60 ◦ green 13 ◦ blue 137

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

Shades of Persian Indigo #3C0D89

Tints of Persian Indigo #3C0D89

RGB

 RED value IS 60 (23.83% from 255) = 28.57%

 GREEN value IS 13 (5.47% from 255) = 6.19%

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

R = 28.57%
G = 6.19%
B = 65.24%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C0D89 (or 0x3C0D89) is known color: Persian Indigo. HEX triplet: 3C, 0D and 89. RGB value is (60,13,137). Sum of RGB (Red+Green+Blue) = 60+13+137=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 13 (5.47% from 255 or 6.19% 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 #3C0D89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0D89 is #C3F276. Grayscale: #282828. Windows color (decimal): -12841591 or 8981820. OLE color: 8981820.

HSL color Cylindrical-coordinate representation of color #3C0D89: hue angle of 262.74º degrees, saturation: 0.83, 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 #3C0D89 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 13 137 -
CMYK 0.56 0.91 0 0.46
HSL 262.74º 0.83% 0.29% -
HSV(B) 262.74º 0.91% 0.54% -
XYZ 6.52 3.05 23.91 -
YUV 41.19 182.07 141.42 -
System Red Green Blue C M Y K H S L
Decimal 60 13 137 0.56 0.91 0 0.46 262.74 0.83 0.29
Hex 3C D 89 38 5B 0 2E 107 53 1D
Octal 74 15 211 70 133 0 56 407 123 35
Binary 111100 1101 10001001 111000 1011011 0 101110 100000111 1010011 11101

Color Harmonies of #3C0D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0D89

Black with #3C0D89

Text Example


Text Example

White with #3C0D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,13,137); }

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

background-color css

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

 a { background-color: rgb(60,13,137); }

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

border-color css

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

 span { border-color: rgb(60,13,137); }

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