Html Css Color HEX #261EDD Persian Blue

📋 copy color: '#261EDD'

red 38 ◦ green 30 ◦ blue 221

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

Shades of Persian Blue #261EDD

Tints of Persian Blue #261EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.38%

 BLUE value IS 221 (86.72% from 255) = 76.47%

R = 13.15%
G = 10.38%
B = 76.47%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#261EDD (or 0x261EDD) is known color: Persian Blue. HEX triplet: 26, 1E and DD. RGB value is (38,30,221). Sum of RGB (Red+Green+Blue) = 38+30+221=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #261EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261EDD is #D9E122. Grayscale: #353535. Windows color (decimal): -14278947 or 14491174. OLE color: 14491174.

HSL color Cylindrical-coordinate representation of color #261EDD: hue angle of 242.51º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #261EDD is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 30 221 -
CMYK 0.83 0.86 0 0.13
HSL 242.51º 0.76% 0.49% -
HSV(B) 242.51º 0.86% 0.87% -
XYZ 14.31 6.56 68.92 -
YUV 54.17 222.15 116.47 -
System Red Green Blue C M Y K H S L
Decimal 38 30 221 0.83 0.86 0 0.13 242.51 0.76 0.49
Hex 26 1E DD 53 56 0 D F3 4C 31
Octal 46 36 335 123 126 0 15 363 114 61
Binary 100110 11110 11011101 1010011 1010110 0 1101 11110011 1001100 110001

Color Harmonies of #261EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261EDD

Black with #261EDD

Text Example


Text Example

White with #261EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,30,221); }

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

background-color css

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

 a { background-color: rgb(38,30,221); }

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

border-color css

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

 span { border-color: rgb(38,30,221); }

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