Html Css Color HEX #261BD6 Persian Blue

📋 copy color: '#261BD6'

red 38 ◦ green 27 ◦ blue 214

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

Shades of Persian Blue #261BD6

Tints of Persian Blue #261BD6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.68%

 BLUE value IS 214 (83.98% from 255) = 76.7%

R = 13.62%
G = 9.68%
B = 76.7%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#261BD6 (or 0x261BD6) is known color: Persian Blue. HEX triplet: 26, 1B and D6. RGB value is (38,27,214). Sum of RGB (Red+Green+Blue) = 38+27+214=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 214 (83.98% from 255 or 76.70% from 279); Max value from RGB is 214 - color contains mainly: blue. Hex color #261BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261BD6 is #D9E429. Grayscale: #323232. Windows color (decimal): -14279722 or 14031654. OLE color: 14031654.

HSL color Cylindrical-coordinate representation of color #261BD6: hue angle of 243.53º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261BD6 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 38 27 214 -
CMYK 0.82 0.87 0 0.16
HSL 243.53º 0.78% 0.47% -
HSV(B) 243.53º 0.87% 0.84% -
XYZ 13.33 6.05 64.08 -
YUV 51.61 219.64 118.29 -
System Red Green Blue C M Y K H S L
Decimal 38 27 214 0.82 0.87 0 0.16 243.53 0.78 0.47
Hex 26 1B D6 52 57 0 10 F4 4E 2F
Octal 46 33 326 122 127 0 20 364 116 57
Binary 100110 11011 11010110 1010010 1010111 0 10000 11110100 1001110 101111

Color Harmonies of #261BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261BD6

Black with #261BD6

Text Example


Text Example

White with #261BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,27,214); }

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

background-color css

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

 a { background-color: rgb(38,27,214); }

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

border-color css

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

 span { border-color: rgb(38,27,214); }

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