Html Css Color HEX #261DB6 Persian Blue

📋 copy color: '#261DB6'

red 38 ◦ green 29 ◦ blue 182

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

Shades of Persian Blue #261DB6

Tints of Persian Blue #261DB6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.65%

 BLUE value IS 182 (71.48% from 255) = 73.09%

R = 15.26%
G = 11.65%
B = 73.09%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#261DB6 (or 0x261DB6) is known color: Persian Blue. HEX triplet: 26, 1D and B6. RGB value is (38,29,182). Sum of RGB (Red+Green+Blue) = 38+29+182=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 182 (71.48% from 255 or 73.09% from 249); Max value from RGB is 182 - color contains mainly: blue. Hex color #261DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261DB6 is #D9E249. Grayscale: #303030. Windows color (decimal): -14279242 or 11935014. OLE color: 11935014.

HSL color Cylindrical-coordinate representation of color #261DB6: hue angle of 243.53º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261DB6 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 38 29 182 -
CMYK 0.79 0.84 0 0.29
HSL 243.53º 0.73% 0.41% -
HSV(B) 243.53º 0.84% 0.71% -
XYZ 9.68 4.67 44.65 -
YUV 49.13 202.98 120.06 -
System Red Green Blue C M Y K H S L
Decimal 38 29 182 0.79 0.84 0 0.29 243.53 0.73 0.41
Hex 26 1D B6 4F 54 0 1D F4 49 29
Octal 46 35 266 117 124 0 35 364 111 51
Binary 100110 11101 10110110 1001111 1010100 0 11101 11110100 1001001 101001

Color Harmonies of #261DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261DB6

Black with #261DB6

Text Example


Text Example

White with #261DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,29,182); }

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

background-color css

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

 a { background-color: rgb(38,29,182); }

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

border-color css

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

 span { border-color: rgb(38,29,182); }

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