Html Css Color HEX #230468 Persian Indigo

📋 copy color: '#230468'

red 35 ◦ green 4 ◦ blue 104

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

Shades of Persian Indigo #230468

Tints of Persian Indigo #230468

RGB

 RED value IS 35 (14.06% from 255) = 24.48%

 GREEN value IS 4 (1.95% from 255) = 2.8%

 BLUE value IS 104 (41.02% from 255) = 72.73%

R = 24.48%
G = 2.8%
B = 72.73%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#230468 (or 0x230468) is known color: Persian Indigo. HEX triplet: 23, 04 and 68. RGB value is (35,4,104). Sum of RGB (Red+Green+Blue) = 35+4+104=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 104 (41.02% from 255 or 72.73% from 143); Max value from RGB is 104 - color contains mainly: blue. Hex color #230468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230468 is #DCFB97. Grayscale: #181818. Windows color (decimal): -14482328 or 6816803. OLE color: 6816803.

HSL color Cylindrical-coordinate representation of color #230468: hue angle of 258.6º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230468 is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 35 4 104 -
CMYK 0.66 0.96 0 0.59
HSL 258.6º 0.93% 0.21% -
HSV(B) 258.6º 0.96% 0.41% -
XYZ 3.24 1.44 13.2 -
YUV 24.67 172.77 135.37 -
System Red Green Blue C M Y K H S L
Decimal 35 4 104 0.66 0.96 0 0.59 258.6 0.93 0.21
Hex 23 4 68 42 60 0 3B 103 5D 15
Octal 43 4 150 102 140 0 73 403 135 25
Binary 100011 100 1101000 1000010 1100000 0 111011 100000011 1011101 10101

Color Harmonies of #230468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230468

Black with #230468

Text Example


Text Example

White with #230468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230468; }

 p { color: rgb(35,4,104); }

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

background-color css

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

 a { background-color: rgb(35,4,104); }

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

border-color css

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

 span { border-color: rgb(35,4,104); }

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