Html Css Color HEX #1D1CCD Persian Blue

📋 copy color: '#1D1CCD'

red 29 ◦ green 28 ◦ blue 205

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

Shades of Persian Blue #1D1CCD

Tints of Persian Blue #1D1CCD

RGB

 RED value IS 29 (11.72% from 255) = 11.07%

 GREEN value IS 28 (11.33% from 255) = 10.69%

 BLUE value IS 205 (80.47% from 255) = 78.24%

R = 11.07%
G = 10.69%
B = 78.24%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1D1CCD (or 0x1D1CCD) is known color: Persian Blue. HEX triplet: 1D, 1C and CD. RGB value is (29,28,205). Sum of RGB (Red+Green+Blue) = 29+28+205=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 205 (80.47% from 255 or 78.24% from 262); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D1CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1CCD is #E2E332. Grayscale: #2F2F2F. Windows color (decimal): -14869299 or 13442077. OLE color: 13442077.

HSL color Cylindrical-coordinate representation of color #1D1CCD: hue angle of 240.34º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D1CCD is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 28 205 -
CMYK 0.86 0.86 0 0.20
HSL 240.34º 0.76% 0.46% -
HSV(B) 240.34º 0.86% 0.8% -
XYZ 11.94 5.5 58.19 -
YUV 48.48 216.33 114.11 -
System Red Green Blue C M Y K H S L
Decimal 29 28 205 0.86 0.86 0 0.20 240.34 0.76 0.46
Hex 1D 1C CD 56 56 0 14 F0 4C 2E
Octal 35 34 315 126 126 0 24 360 114 56
Binary 11101 11100 11001101 1010110 1010110 0 10100 11110000 1001100 101110

Color Harmonies of #1D1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1CCD

Black with #1D1CCD

Text Example


Text Example

White with #1D1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D1CCD; }

 p { color: rgb(29,28,205); }

 H1.HeaderClassName
 {
   color: #1D1CCD;
 }
 .AnyTagClassName
 {
   color: #1D1CCD;
 }
</style>

background-color css

<style>
 a { background-color: #1D1CCD; }

 a { background-color: rgb(29,28,205); }

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

border-color css

<style>
 span { border-color: #1D1CCD; }

 span { border-color: rgb(29,28,205); }

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