Html Css Color HEX #261ABE Persian Blue

📋 copy color: '#261ABE'

red 38 ◦ green 26 ◦ blue 190

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

Shades of Persian Blue #261ABE

Tints of Persian Blue #261ABE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.24%

 BLUE value IS 190 (74.61% from 255) = 74.8%

R = 14.96%
G = 10.24%
B = 74.8%

CMYK

 C value IS 0.8

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#261ABE (or 0x261ABE) is known color: Persian Blue. HEX triplet: 26, 1A and BE. RGB value is (38,26,190). Sum of RGB (Red+Green+Blue) = 38+26+190=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 190 (74.61% from 255 or 74.80% from 254); Max value from RGB is 190 - color contains mainly: blue. Hex color #261ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261ABE is #D9E541. Grayscale: #2F2F2F. Windows color (decimal): -14280002 or 12458534. OLE color: 12458534.

HSL color Cylindrical-coordinate representation of color #261ABE: hue angle of 244.39º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #261ABE is Cyan = 0.8, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 26 190 -
CMYK 0.8 0.86 0 0.25
HSL 244.39º 0.76% 0.42% -
HSV(B) 244.39º 0.86% 0.75% -
XYZ 10.46 4.87 49.1 -
YUV 48.28 207.98 120.66 -
System Red Green Blue C M Y K H S L
Decimal 38 26 190 0.8 0.86 0 0.25 244.39 0.76 0.42
Hex 26 1A BE 50 56 0 19 F4 4C 2A
Octal 46 32 276 120 126 0 31 364 114 52
Binary 100110 11010 10111110 1010000 1010110 0 11001 11110100 1001100 101010

Color Harmonies of #261ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261ABE

Black with #261ABE

Text Example


Text Example

White with #261ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,26,190); }

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

background-color css

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

 a { background-color: rgb(38,26,190); }

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

border-color css

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

 span { border-color: rgb(38,26,190); }

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