Html Css Color HEX #261DD6 Persian Blue

📋 copy color: '#261DD6'

red 38 ◦ green 29 ◦ blue 214

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

Shades of Persian Blue #261DD6

Tints of Persian Blue #261DD6

RGB

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

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

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

R = 13.52%
G = 10.32%
B = 76.16%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#261DD6 (or 0x261DD6) is known color: Persian Blue. HEX triplet: 26, 1D and D6. RGB value is (38,29,214). Sum of RGB (Red+Green+Blue) = 38+29+214=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 214 (83.98% from 255 or 76.16% from 281); Max value from RGB is 214 - color contains mainly: blue. Hex color #261DD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261DD6 is #D9E229. Grayscale: #343434. Windows color (decimal): -14279210 or 14032166. OLE color: 14032166.

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

Color convert

RGB 38 29 214 -
CMYK 0.82 0.86 0 0.16
HSL 242.92º 0.76% 0.48% -
HSV(B) 242.92º 0.86% 0.84% -
XYZ 13.38 6.15 64.1 -
YUV 52.78 218.98 117.46 -
System Red Green Blue C M Y K H S L
Decimal 38 29 214 0.82 0.86 0 0.16 242.92 0.76 0.48
Hex 26 1D D6 52 56 0 10 F3 4C 30
Octal 46 35 326 122 126 0 20 363 114 60
Binary 100110 11101 11010110 1010010 1010110 0 10000 11110011 1001100 110000

Color Harmonies of #261DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261DD6

Black with #261DD6

Text Example


Text Example

White with #261DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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