Html Css Color HEX #3C0869 Persian Indigo

📋 copy color: '#3C0869'

red 60 ◦ green 8 ◦ blue 105

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

Shades of Persian Indigo #3C0869

Tints of Persian Indigo #3C0869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

 BLUE value IS 105 (41.41% from 255) = 60.69%

R = 34.68%
G = 4.62%
B = 60.69%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3C0869 (or 0x3C0869) is known color: Persian Indigo. HEX triplet: 3C, 08 and 69. RGB value is (60,8,105). Sum of RGB (Red+Green+Blue) = 60+8+105=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #3C0869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0869 is #C3F796. Grayscale: #222222. Windows color (decimal): -12842903 or 6883388. OLE color: 6883388.

HSL color Cylindrical-coordinate representation of color #3C0869: hue angle of 272.16º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C0869 is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 60 8 105 -
CMYK 0.43 0.92 0 0.59
HSL 272.16º 0.86% 0.22% -
HSV(B) 272.16º 0.92% 0.41% -
XYZ 4.5 2.15 13.54 -
YUV 34.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 60 8 105 0.43 0.92 0 0.59 272.16 0.86 0.22
Hex 3C 8 69 2B 5C 0 3B 110 56 16
Octal 74 10 151 53 134 0 73 420 126 26
Binary 111100 1000 1101001 101011 1011100 0 111011 100010000 1010110 10110

Color Harmonies of #3C0869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0869

Black with #3C0869

Text Example


Text Example

White with #3C0869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,8,105); }

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

background-color css

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

 a { background-color: rgb(60,8,105); }

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

border-color css

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

 span { border-color: rgb(60,8,105); }

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