Html Css Color HEX #3F0093 Indigo

📋 copy color: '#3F0093'

red 63 ◦ green 0 ◦ blue 147

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

Shades of Indigo #3F0093

Tints of Indigo #3F0093

RGB

 RED value IS 63 (25% from 255) = 30%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 147 (57.81% from 255) = 70%

R = 30%
G = 0%
B = 70%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F0093 (or 0x3F0093) is known color: Indigo. HEX triplet: 3F, 00 and 93. RGB value is (63,0,147). Sum of RGB (Red+Green+Blue) = 63+0+147=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F0093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0093 is #C0FF6C. Grayscale: #232323. Windows color (decimal): -12648301 or 9633855. OLE color: 9633855.

HSL color Cylindrical-coordinate representation of color #3F0093: hue angle of 265.71º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F0093 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 0 147 -
CMYK 0.57 1 0 0.42
HSL 265.71º 1% 0.29% -
HSV(B) 265.71º 1% 0.58% -
XYZ 7.32 3.16 27.83 -
YUV 35.6 190.87 147.55 -
System Red Green Blue C M Y K H S L
Decimal 63 0 147 0.57 1 0 0.42 265.71 1 0.29
Hex 3F 0 93 39 64 0 2A 10A 64 1D
Octal 77 0 223 71 144 0 52 412 144 35
Binary 111111 0 10010011 111001 1100100 0 101010 100001010 1100100 11101

Color Harmonies of #3F0093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0093

Black with #3F0093

Text Example


Text Example

White with #3F0093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,0,147); }

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

background-color css

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

 a { background-color: rgb(63,0,147); }

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

border-color css

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

 span { border-color: rgb(63,0,147); }

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