Html Css Color HEX #261BBB Persian Blue

📋 copy color: '#261BBB'

red 38 ◦ green 27 ◦ blue 187

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

Shades of Persian Blue #261BBB

Tints of Persian Blue #261BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 74.21%

R = 15.08%
G = 10.71%
B = 74.21%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#261BBB (or 0x261BBB) is known color: Persian Blue. HEX triplet: 26, 1B and BB. RGB value is (38,27,187). Sum of RGB (Red+Green+Blue) = 38+27+187=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 187 (73.44% from 255 or 74.21% from 252); Max value from RGB is 187 - color contains mainly: blue. Hex color #261BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261BBB is #D9E444. Grayscale: #2F2F2F. Windows color (decimal): -14279749 or 12262182. OLE color: 12262182.

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

Color convert

RGB 38 27 187 -
CMYK 0.80 0.86 0 0.27
HSL 244.13º 0.75% 0.42% -
HSV(B) 244.13º 0.86% 0.73% -
XYZ 10.16 4.78 47.4 -
YUV 48.53 206.14 120.49 -
System Red Green Blue C M Y K H S L
Decimal 38 27 187 0.80 0.86 0 0.27 244.13 0.75 0.42
Hex 26 1B BB 50 56 0 1B F4 4B 2A
Octal 46 33 273 120 126 0 33 364 113 52
Binary 100110 11011 10111011 1010000 1010110 0 11011 11110100 1001011 101010

Color Harmonies of #261BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261BBB

Black with #261BBB

Text Example


Text Example

White with #261BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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