Html Css Color HEX #261FF6 Han Purple

📋 copy color: '#261FF6'

red 38 ◦ green 31 ◦ blue 246

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

Shades of Han Purple #261FF6

Tints of Han Purple #261FF6

RGB

 RED value IS 38 (15.23% from 255) = 12.06%

 GREEN value IS 31 (12.5% from 255) = 9.84%

 BLUE value IS 246 (96.48% from 255) = 78.1%

R = 12.06%
G = 9.84%
B = 78.1%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#261FF6 (or 0x261FF6) is known color: Han Purple. HEX triplet: 26, 1F and F6. RGB value is (38,31,246). Sum of RGB (Red+Green+Blue) = 38+31+246=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 246 (96.48% from 255 or 78.10% from 315); Max value from RGB is 246 - color contains mainly: blue. Hex color #261FF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261FF6 is #D9E009. Grayscale: #383838. Windows color (decimal): -14278666 or 16129830. OLE color: 16129830.

HSL color Cylindrical-coordinate representation of color #261FF6: hue angle of 241.95º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261FF6 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 38 31 246 -
CMYK 0.85 0.87 0 0.04
HSL 241.95º 0.92% 0.54% -
HSV(B) 241.95º 0.87% 0.96% -
XYZ 17.92 8.05 87.8 -
YUV 57.6 234.32 114.02 -
System Red Green Blue C M Y K H S L
Decimal 38 31 246 0.85 0.87 0 0.04 241.95 0.92 0.54
Hex 26 1F F6 55 57 0 4 F2 5C 36
Octal 46 37 366 125 127 0 4 362 134 66
Binary 100110 11111 11110110 1010101 1010111 0 100 11110010 1011100 110110

Color Harmonies of #261FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261FF6

Black with #261FF6

Text Example


Text Example

White with #261FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261FF6; }

 p { color: rgb(38,31,246); }

 H1.HeaderClassName
 {
   color: #261FF6;
 }
 .AnyTagClassName
 {
   color: #261FF6;
 }
</style>

background-color css

<style>
 a { background-color: #261FF6; }

 a { background-color: rgb(38,31,246); }

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

border-color css

<style>
 span { border-color: #261FF6; }

 span { border-color: rgb(38,31,246); }

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