Html Css Color HEX #3F0FA5 Persian Indigo

📋 copy color: '#3F0FA5'

red 63 ◦ green 15 ◦ blue 165

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

Shades of Persian Indigo #3F0FA5

Tints of Persian Indigo #3F0FA5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.17%

 BLUE value IS 165 (64.84% from 255) = 67.9%

R = 25.93%
G = 6.17%
B = 67.9%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3F0FA5 (or 0x3F0FA5) is known color: Persian Indigo. HEX triplet: 3F, 0F and A5. RGB value is (63,15,165). Sum of RGB (Red+Green+Blue) = 63+15+165=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 165 (64.84% from 255 or 67.90% from 243); Max value from RGB is 165 - color contains mainly: blue. Hex color #3F0FA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0FA5 is #C0F05A. Grayscale: #2D2D2D. Windows color (decimal): -12644443 or 10817343. OLE color: 10817343.

HSL color Cylindrical-coordinate representation of color #3F0FA5: hue angle of 259.2º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F0FA5 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 63 15 165 -
CMYK 0.62 0.91 0 0.35
HSL 259.2º 0.83% 0.35% -
HSV(B) 259.2º 0.91% 0.65% -
XYZ 9.01 4.12 35.92 -
YUV 46.45 194.9 139.8 -
System Red Green Blue C M Y K H S L
Decimal 63 15 165 0.62 0.91 0 0.35 259.2 0.83 0.35
Hex 3F F A5 3E 5B 0 23 103 53 23
Octal 77 17 245 76 133 0 43 403 123 43
Binary 111111 1111 10100101 111110 1011011 0 100011 100000011 1010011 100011

Color Harmonies of #3F0FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0FA5

Black with #3F0FA5

Text Example


Text Example

White with #3F0FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,15,165); }

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

background-color css

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

 a { background-color: rgb(63,15,165); }

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

border-color css

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

 span { border-color: rgb(63,15,165); }

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