Html Css Color HEX #3C098C Persian Indigo

📋 copy color: '#3C098C'

red 60 ◦ green 9 ◦ blue 140

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

Shades of Persian Indigo #3C098C

Tints of Persian Indigo #3C098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 66.99%

R = 28.71%
G = 4.31%
B = 66.99%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C098C (or 0x3C098C) is known color: Persian Indigo. HEX triplet: 3C, 09 and 8C. RGB value is (60,9,140). Sum of RGB (Red+Green+Blue) = 60+9+140=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C098C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C098C is #C3F673. Grayscale: #262626. Windows color (decimal): -12842612 or 9177404. OLE color: 9177404.

HSL color Cylindrical-coordinate representation of color #3C098C: hue angle of 263.36º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C098C is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 9 140 -
CMYK 0.57 0.94 0 0.45
HSL 263.36º 0.88% 0.29% -
HSV(B) 263.36º 0.94% 0.55% -
XYZ 6.69 3.05 25.05 -
YUV 39.18 184.9 142.85 -
System Red Green Blue C M Y K H S L
Decimal 60 9 140 0.57 0.94 0 0.45 263.36 0.88 0.29
Hex 3C 9 8C 39 5E 0 2D 107 58 1D
Octal 74 11 214 71 136 0 55 407 130 35
Binary 111100 1001 10001100 111001 1011110 0 101101 100000111 1011000 11101

Color Harmonies of #3C098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C098C

Black with #3C098C

Text Example


Text Example

White with #3C098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,9,140); }

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

background-color css

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

 a { background-color: rgb(60,9,140); }

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

border-color css

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

 span { border-color: rgb(60,9,140); }

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