Html Css Color HEX #261FDD Persian Blue

📋 copy color: '#261FDD'

red 38 ◦ green 31 ◦ blue 221

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

Shades of Persian Blue #261FDD

Tints of Persian Blue #261FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.69%

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

R = 13.1%
G = 10.69%
B = 76.21%

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

#261FDD (or 0x261FDD) is known color: Persian Blue. HEX triplet: 26, 1F and DD. RGB value is (38,31,221). Sum of RGB (Red+Green+Blue) = 38+31+221=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 221 (86.72% from 255 or 76.21% from 290); Max value from RGB is 221 - color contains mainly: blue. Hex color #261FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261FDD is #D9E022. Grayscale: #363636. Windows color (decimal): -14278691 or 14491430. OLE color: 14491430.

HSL color Cylindrical-coordinate representation of color #261FDD: hue angle of 242.21º degrees, saturation: 0.75, 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 #261FDD is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 31 221 -
CMYK 0.83 0.86 0 0.13
HSL 242.21º 0.75% 0.49% -
HSV(B) 242.21º 0.86% 0.87% -
XYZ 14.34 6.61 68.93 -
YUV 54.75 221.82 116.05 -
System Red Green Blue C M Y K H S L
Decimal 38 31 221 0.83 0.86 0 0.13 242.21 0.75 0.49
Hex 26 1F DD 53 56 0 D F2 4B 31
Octal 46 37 335 123 126 0 15 362 113 61
Binary 100110 11111 11011101 1010011 1010110 0 1101 11110010 1001011 110001

Color Harmonies of #261FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261FDD

Black with #261FDD

Text Example


Text Example

White with #261FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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