Html Css Color HEX #290FFB Han Purple

📋 copy color: '#290FFB'

red 41 ◦ green 15 ◦ blue 251

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

Shades of Han Purple #290FFB

Tints of Han Purple #290FFB

RGB

 RED value IS 41 (16.41% from 255) = 13.36%

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

 BLUE value IS 251 (98.44% from 255) = 81.76%

R = 13.36%
G = 4.89%
B = 81.76%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#290FFB (or 0x290FFB) is known color: Han Purple. HEX triplet: 29, 0F and FB. RGB value is (41,15,251). Sum of RGB (Red+Green+Blue) = 41+15+251=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 251 (98.44% from 255 or 81.76% from 307); Max value from RGB is 251 - color contains mainly: blue. Hex color #290FFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290FFB is #D6F004. Grayscale: #303030. Windows color (decimal): -14086149 or 16453417. OLE color: 16453417.

HSL color Cylindrical-coordinate representation of color #290FFB: hue angle of 246.61º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290FFB is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 15 251 -
CMYK 0.84 0.94 0 0.02
HSL 246.61º 0.97% 0.52% -
HSV(B) 246.61º 0.94% 0.98% -
XYZ 18.5 7.78 91.79 -
YUV 49.68 241.61 121.81 -
System Red Green Blue C M Y K H S L
Decimal 41 15 251 0.84 0.94 0 0.02 246.61 0.97 0.52
Hex 29 F FB 54 5E 0 2 F7 61 34
Octal 51 17 373 124 136 0 2 367 141 64
Binary 101001 1111 11111011 1010100 1011110 0 10 11110111 1100001 110100

Color Harmonies of #290FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290FFB

Black with #290FFB

Text Example


Text Example

White with #290FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290FFB; }

 p { color: rgb(41,15,251); }

 H1.HeaderClassName
 {
   color: #290FFB;
 }
 .AnyTagClassName
 {
   color: #290FFB;
 }
</style>

background-color css

<style>
 a { background-color: #290FFB; }

 a { background-color: rgb(41,15,251); }

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

border-color css

<style>
 span { border-color: #290FFB; }

 span { border-color: rgb(41,15,251); }

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